- finished the update on German translation. Part of it was corrected by Jens Karstedt

This commit is contained in:
Marius Stanciu
2019-10-18 15:52:45 +03:00
parent ecbbadeabd
commit 9285da8443
6 changed files with 3558 additions and 3652 deletions

View File

@@ -334,7 +334,7 @@ class Film(FlatCAMTool):
self.exc_label = QtWidgets.QLabel('%s:' % _("Excellon Obj"))
self.exc_label.setToolTip(
_("Remove the geometry of Excellon from the Film to create tge holes in pads.")
_("Remove the geometry of Excellon from the Film to create the holes in pads.")
)
self.exc_combo = QtWidgets.QComboBox()
self.exc_combo.setModel(self.app.collection)