- fixed the HPGL preprocessor

This commit is contained in:
Marius Stanciu
2019-12-16 19:56:24 +02:00
committed by Marius
parent 6744d9ae07
commit 435648171e
4 changed files with 20 additions and 7 deletions

View File

@@ -883,7 +883,7 @@ class ExcellonObjectUI(ObjectUI):
self.ois_tcz_e = OptionalInputSection(self.toolchange_cb, [self.toolchangez_entry])
# Start move Z:
self.estartz_label = QtWidgets.QLabel('%s:' % _("Start move Z"))
self.estartz_label = QtWidgets.QLabel('%s:' % _("Start Z"))
self.estartz_label.setToolTip(
_("Height of the tool just after start.\n"
"Delete the value if you don't need this feature.")