- UI changes in the AppTextEditor and in CNCJob properties tab and in GCoe Editor

- some changes in strings; updated all the translation strings to the latest changes
- finished the Romanian translation
This commit is contained in:
Marius Stanciu
2020-10-24 15:58:20 +03:00
committed by Marius
parent c0671b7754
commit 8a341de4ca
34 changed files with 6041 additions and 6039 deletions

View File

@@ -232,8 +232,8 @@ class ToolsDB2UI:
# Tool Tolerance
self.tol_label = FCLabel("<b>%s:</b>" % _("Diameter Tolerance"))
self.tol_label.setToolTip(
_("Tool tolerance. If there is a tool in the targeted tools table with\n"
"the value within the limits then this tool from DB will be used.")
_("Tool tolerance. This tool will be used if the desired tool diameter\n"
"is within the tolerance specified here.")
)
self.grid_tool.addWidget(self.tol_label, 2, 0, 1, 2)