- 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

@@ -1637,7 +1637,7 @@ class GeometryObjectUI(ObjectUI):
self.grid3.addWidget(self.dwelltime_entry, 15, 1)
# preprocessor selection
pp_label = QtWidgets.QLabel('%s:' % _("PostProcessor"))
pp_label = QtWidgets.QLabel('%s:' % _("Preprocessor"))
pp_label.setToolTip(
_("The Preprocessor file that dictates\n"
"the Machine Code (like GCode, RML, HPGL) output.")