- more strings updated

- modified the shortcut strings and the way the shortcuts were listed in the Shortcut keys list such that it will allow a future Shortcuts Manager
- updated all the language strings according to the modifications done above
This commit is contained in:
Marius Stanciu
2020-10-26 19:26:42 +02:00
committed by Marius
parent a0b4c2dd4d
commit 9a6cef05ae
24 changed files with 20558 additions and 17311 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@ class ToolsPaintPrefGroupUI(OptionsGroupUI):
# ------------------------------
# ## Paint area
# ------------------------------
self.paint_label = QtWidgets.QLabel(_('<b>Parameters:</b>'))
self.paint_label = QtWidgets.QLabel('<b>%s:</b>' % _('Parameters'))
self.paint_label.setToolTip(
_("Creates tool paths to cover the\n"
"whole area of a polygon.")