- more strings updated; finished the Romanian translation update

This commit is contained in:
Marius Stanciu
2019-12-14 00:04:52 +02:00
committed by Marius
parent e397e26484
commit 1517686ced
8 changed files with 297 additions and 463 deletions

View File

@@ -128,7 +128,7 @@ class ToolCopperThieving(FlatCAMTool):
], orientation='vertical', stretch=False)
self.reference_label = QtWidgets.QLabel(_("Reference:"))
self.reference_label.setToolTip(
_("- 'Itself' - the copper thieving extent is based on the object that is copper cleared.\n"
_("- 'Itself' - the copper thieving extent is based on the object extent.\n"
"- 'Area Selection' - left mouse click to start selection of the area to be filled.\n"
"- 'Reference Object' - will do copper thieving within the area specified by another object.")
)