From 84570bf6fe057c96ee581cf0d7f21b03f06cd18c Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Wed, 26 Feb 2020 05:00:23 +0200 Subject: [PATCH] - some tooltip changes --- flatcamGUI/ObjectUI.py | 4 ++-- flatcamGUI/PreferencesUI.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flatcamGUI/ObjectUI.py b/flatcamGUI/ObjectUI.py index e819f4a3..ca99e6c4 100644 --- a/flatcamGUI/ObjectUI.py +++ b/flatcamGUI/ObjectUI.py @@ -1223,7 +1223,7 @@ class ExcellonObjectUI(ObjectUI): # End Move X,Y endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y')) endmove_xy_label.setToolTip( - _("End move X,Y position.\n" + _("End move X,Y position. In format (x,y).\n" "If no value is entered then there is no move\n" "on X,Y plane at the end of the job.") ) @@ -1989,7 +1989,7 @@ class GeometryObjectUI(ObjectUI): # End Move X,Y endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y')) endmove_xy_label.setToolTip( - _("End move X,Y position.\n" + _("End move X,Y position. In format (x,y).\n" "If no value is entered then there is no move\n" "on X,Y plane at the end of the job.") ) diff --git a/flatcamGUI/PreferencesUI.py b/flatcamGUI/PreferencesUI.py index 6c7781b7..fdd29b3b 100644 --- a/flatcamGUI/PreferencesUI.py +++ b/flatcamGUI/PreferencesUI.py @@ -3232,7 +3232,7 @@ class ExcellonOptPrefGroupUI(OptionsGroupUI): # End Move X,Y endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y')) endmove_xy_label.setToolTip( - _("End move X,Y position.\n" + _("End move X,Y position. In format (x,y).\n" "If no value is entered then there is no move\n" "on X,Y plane at the end of the job.") ) @@ -4185,7 +4185,7 @@ class GeometryOptPrefGroupUI(OptionsGroupUI): # End Move X,Y endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y')) endmove_xy_label.setToolTip( - _("End move X,Y position.\n" + _("End move X,Y position. In format (x,y).\n" "If no value is entered then there is no move\n" "on X,Y plane at the end of the job.") )