- small change in the NCC Tool UI
- some strings are changed and therefore the translation strings source are updated
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user