From b06b2cd795b8f5e3bad5ebe1c0a04a062630f3b4 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Tue, 24 Sep 2019 12:24:07 +0300 Subject: [PATCH] - trying to fix conflicts with the jpcgt/FlatCAM Beta branch --- flatcamGUI/PreferencesUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatcamGUI/PreferencesUI.py b/flatcamGUI/PreferencesUI.py index 3fd766ca..a3e6ba9c 100644 --- a/flatcamGUI/PreferencesUI.py +++ b/flatcamGUI/PreferencesUI.py @@ -1614,7 +1614,7 @@ class GerberEditorPrefGroupUI(OptionsGroupUI): grid0.addWidget(self.grb_ma_low_entry, 18, 1) # 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( _("Threshold value over which the apertures are not marked.") )