Fix string. Update pot. Update Russian translation.

This commit is contained in:
camellan
2019-09-23 22:10:32 +04:00
parent f9c7071192
commit 7ebb4ec34d
4 changed files with 14 additions and 6 deletions

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