From 9c97ddbe77c6d984ae7df9eaf23a911b6bc2220b Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Fri, 27 Dec 2019 04:40:41 +0200 Subject: [PATCH] - string correction --- flatcamGUI/PreferencesUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatcamGUI/PreferencesUI.py b/flatcamGUI/PreferencesUI.py index b72f3d73..4aadb9d6 100644 --- a/flatcamGUI/PreferencesUI.py +++ b/flatcamGUI/PreferencesUI.py @@ -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()