- updated the translation strings
This commit is contained in:
@@ -40,11 +40,9 @@ class ToolsDrillPrefGroupUI(OptionsGroupUI):
|
||||
# Tool order Radio Button
|
||||
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')])
|
||||
|
||||
@@ -54,7 +54,7 @@ class ToolsISOPrefGroupUI(OptionsGroupUI):
|
||||
# Tool order
|
||||
self.iso_order_label = FCLabel('%s:' % _('Tool order'))
|
||||
self.iso_order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
|
||||
"'No' --> means that the used order is the one in the tool table\n"
|
||||
"'Default' --> means that the used order is the one in the tool table\n"
|
||||
"'Forward' --> means that the tools will be ordered from small to big\n"
|
||||
"'Reverse' --> means that the tools will ordered from big to small\n\n"
|
||||
"WARNING: using rest machining will automatically set the order\n"
|
||||
|
||||
@@ -55,7 +55,7 @@ class ToolsNCCPrefGroupUI(OptionsGroupUI):
|
||||
# Tool order
|
||||
self.ncc_order_label = FCLabel('%s:' % _('Tool order'))
|
||||
self.ncc_order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
|
||||
"'No' --> means that the used order is the one in the tool table\n"
|
||||
"'Default' --> means that the used order is the one in the tool table\n"
|
||||
"'Forward' --> means that the tools will be ordered from small to big\n"
|
||||
"'Reverse' --> means that the tools will ordered from big to small\n\n"
|
||||
"WARNING: using rest machining will automatically set the order\n"
|
||||
|
||||
@@ -57,7 +57,7 @@ class ToolsPaintPrefGroupUI(OptionsGroupUI):
|
||||
|
||||
self.paint_order_label = FCLabel('%s:' % _('Tool order'))
|
||||
self.paint_order_label.setToolTip(_("This set the way that the tools in the tools table are used.\n"
|
||||
"'No' --> means that the used order is the one in the tool table\n"
|
||||
"'Default' --> means that the used order is the one in the tool table\n"
|
||||
"'Forward' --> means that the tools will be ordered from small to big\n"
|
||||
"'Reverse' --> means that the tools will ordered from big to small\n\n"
|
||||
"WARNING: using rest machining will automatically set the order\n"
|
||||
|
||||
Reference in New Issue
Block a user