Explorar o código

- some tooltip changes

Marius Stanciu %!s(int64=6) %!d(string=hai) anos
pai
achega
84570bf6fe
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      flatcamGUI/ObjectUI.py
  2. 2 2
      flatcamGUI/PreferencesUI.py

+ 2 - 2
flatcamGUI/ObjectUI.py

@@ -1223,7 +1223,7 @@ class ExcellonObjectUI(ObjectUI):
         # End Move X,Y
         # End Move X,Y
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label.setToolTip(
         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"
               "If no value is entered then there is no move\n"
               "on X,Y plane at the end of the job.")
               "on X,Y plane at the end of the job.")
         )
         )
@@ -1989,7 +1989,7 @@ class GeometryObjectUI(ObjectUI):
         # End Move X,Y
         # End Move X,Y
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label.setToolTip(
         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"
               "If no value is entered then there is no move\n"
               "on X,Y plane at the end of the job.")
               "on X,Y plane at the end of the job.")
         )
         )

+ 2 - 2
flatcamGUI/PreferencesUI.py

@@ -3232,7 +3232,7 @@ class ExcellonOptPrefGroupUI(OptionsGroupUI):
         # End Move X,Y
         # End Move X,Y
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label.setToolTip(
         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"
               "If no value is entered then there is no move\n"
               "on X,Y plane at the end of the job.")
               "on X,Y plane at the end of the job.")
         )
         )
@@ -4185,7 +4185,7 @@ class GeometryOptPrefGroupUI(OptionsGroupUI):
         # End Move X,Y
         # End Move X,Y
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label = QtWidgets.QLabel('%s:' % _('End move X,Y'))
         endmove_xy_label.setToolTip(
         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"
               "If no value is entered then there is no move\n"
               "on X,Y plane at the end of the job.")
               "on X,Y plane at the end of the job.")
         )
         )