- updated the translation strings

This commit is contained in:
Marius Stanciu
2021-10-14 19:37:34 +03:00
committed by Marius
parent f355fc2fb1
commit 9057966aa9
31 changed files with 3556 additions and 3478 deletions

View File

@@ -3752,11 +3752,9 @@ class MillingUI:
# Tool order
self.order_label = FCLabel('%s:' % _('Tool order'))
self.order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
"'Default' --> the order from the Excellon file\n"
"'Default' --> the order from the file\n"
"'Forward' --> tools will be ordered from small to big\n"
"'Reverse' --> tools will ordered from big to small\n\n"
"WARNING: using rest machining will automatically set the order\n"
"in reverse and disable this control."))
"'Reverse' --> tools will ordered from big to small."))
self.order_combo = FCComboBox2()
self.order_combo.addItems([_('Default'), _('Forward'), _('Reverse')])