- modified the way key modifiers are detected in Gerber Editor Selection class and in Excellon Editor Selection class

- updated the translations
This commit is contained in:
Marius Stanciu
2019-08-23 23:54:13 +03:00
committed by Marius
parent e35cf7f02c
commit 4ca15b486b
17 changed files with 16863 additions and 15598 deletions

View File

@@ -3985,7 +3985,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
{'label': _('Advanced'), 'value': 'a'}])
# Application Level for FlatCAM
self.portability_label = QtWidgets.QLabel('%s:' % _('Portability'))
self.portability_label = QtWidgets.QLabel('%s:' % _('Portable app'))
self.portability_label.setToolTip(_("Choose if the application should run as portable.\n\n"
"If Checked the application will run portable,\n"
"which means that the preferences files will be saved\n"