- changed some of the strings (added a few in the How To section)

This commit is contained in:
Marius Stanciu
2020-10-26 13:18:42 +02:00
committed by Marius
parent d6dd64ae68
commit a0b4c2dd4d
22 changed files with 8939 additions and 8594 deletions

View File

@@ -548,7 +548,7 @@ class MainGUI(QtWidgets.QMainWindow):
self.menuhelp.addSeparator()
self.menuhelp_readme = self.menuhelp.addAction(
QtGui.QIcon(self.app.resource_location + '/warning.png'), _('How To'))
QtGui.QIcon(self.app.resource_location + '/warning.png'), _("How To"))
self.menuhelp_about = self.menuhelp.addAction(
QtGui.QIcon(self.app.resource_location + '/about32.png'), _('About FlatCAM'))
@@ -4317,7 +4317,7 @@ class ShortcutsTab(QtWidgets.QWidget):
_("View File Source"), _("Transformations Tool"),
_("Subtract Tool"), _("Cutout PCB Tool"), _("Panelize PCB"),
_("Enable all Plots"), _("Disable all Plots"),
_("Enable Non-selected Plots"), _("Disable Non-selected Plots"),
_("Enable Non-selected Objects"), _("Disable Non-selected Objects"),
_("Toggle Full Screen"),
# CTRL + ALT section