- small change in the NCC Tool UI

- some strings are changed and therefore the translation strings source are updated
This commit is contained in:
Marius Stanciu
2020-10-08 15:42:16 +03:00
committed by Marius
parent aa073a2b40
commit 653c013ff6
27 changed files with 14384 additions and 13639 deletions

View File

@@ -980,8 +980,9 @@ class GeometryObjectUI(ObjectUI):
self.addtool_from_db_btn.setIcon(QtGui.QIcon(self.app.resource_location + '/search_db32.png'))
self.addtool_from_db_btn.setToolTip(
_("Add a new tool to the Tool Table\n"
"from the Tool Database.\n"
"Tool database administration in Menu: Options -> Tools Database")
"from the Tools Database.\n"
"Tools database administration in in:\n"
"Menu: Options -> Tools Database")
)
bhlay.addWidget(self.addtool_btn)