- added formatting for some strings in the app strings, making the future translations easier
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user