- more updates to the Preferences window and in some other parts of the GUI

- updated the translations (less Russian)
This commit is contained in:
Marius Stanciu
2019-12-28 20:38:44 +02:00
committed by Marius
parent ab9db619ee
commit 47fe73a91b
21 changed files with 10405 additions and 10138 deletions

View File

@@ -331,7 +331,7 @@ class SolderPaste(FlatCAMTool):
self.gcode_form_layout.addRow(self.dwellrev_label, self.dwellrev_entry)
# Preprocessors
pp_label = QtWidgets.QLabel('%s:' % _('PostProcessor'))
pp_label = QtWidgets.QLabel('%s:' % _('Preprocessor'))
pp_label.setToolTip(
_("Files that control the GCode generation.")
)