Przeglądaj źródła

- trying to fix conflicts with the jpcgt/FlatCAM Beta branch

Marius Stanciu 6 lat temu
rodzic
commit
b06b2cd795
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      flatcamGUI/PreferencesUI.py

+ 1 - 1
flatcamGUI/PreferencesUI.py

@@ -1614,7 +1614,7 @@ class GerberEditorPrefGroupUI(OptionsGroupUI):
         grid0.addWidget(self.grb_ma_low_entry, 18, 1)
         grid0.addWidget(self.grb_ma_low_entry, 18, 1)
 
 
         # Mark area Tool high threshold
         # Mark area Tool high threshold
-        self.grb_ma_high_label = QtWidgets.QLabel('%s:' % _('Threshold low'))
+        self.grb_ma_high_label = QtWidgets.QLabel('%s:' % _('Threshold high'))
         self.grb_ma_high_label.setToolTip(
         self.grb_ma_high_label.setToolTip(
             _("Threshold value over which the apertures are not marked.")
             _("Threshold value over which the apertures are not marked.")
         )
         )