- string correction

This commit is contained in:
Marius Stanciu
2019-12-27 04:40:41 +02:00
committed by Marius
parent 73b2355295
commit 9c97ddbe77

View File

@@ -4599,7 +4599,7 @@ class CNCJobGenPrefGroupUI(OptionsGroupUI):
# Plot Line Color
self.line_color_label = QtWidgets.QLabel('%s:' % _('Outline'))
self.line_color_label.setToolTip(
_("Set the travel line color for plotted objects.")
_("Set the color for plotted objects.")
)
self.line_color_entry = FCEntry()
self.line_color_button = QtWidgets.QPushButton()