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

This commit is contained in:
Marius Stanciu
2019-09-24 12:24:07 +03:00
parent 0fe502d068
commit b06b2cd795

View File

@@ -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.")
)