- added formatting for some strings in the app strings, making the future translations easier

This commit is contained in:
Marius Stanciu
2019-09-02 13:24:04 +03:00
parent 7827cbfe6c
commit 4b7115ca59
8 changed files with 70 additions and 69 deletions

View File

@@ -649,7 +649,7 @@ class ExcellonObjectUI(ObjectUI):
grid1.addWidget(self.eendz_entry, 5, 1)
# Excellon Feedrate
frlabel = QtWidgets.QLabel('%s:' % _('Feedrate (Plunge):'))
frlabel = QtWidgets.QLabel('%s:' % _('Feedrate (Plunge)'))
frlabel.setToolTip(
_("Tool speed while drilling\n"
"(in units per minute).\n"