- fixed some more strings

- updated the Google-translations for the German, Spanish, French
- updated the Romanian translation
This commit is contained in:
Marius Stanciu
2020-06-02 17:39:48 +03:00
committed by Marius
parent 4630695c84
commit e239afd69b
32 changed files with 3693 additions and 4820 deletions

View File

@@ -54,7 +54,7 @@ class ToolCorners(AppTool):
# Gerber object #
self.object_label = QtWidgets.QLabel('<b>%s:</b>' % _("GERBER"))
self.object_label.setToolTip(
_("The Gerber object that to which will be added corner markers.")
_("The Gerber object to which will be added corner markers.")
)
self.object_combo = FCComboBox()
self.object_combo.setModel(self.app.collection)