- more updates to the Preferences window and in some other parts of the GUI
- updated the translations (less Russian)
This commit is contained in:
@@ -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.")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user