- added a new string in the tooltip for the button that adds tool from database specifying the tools database administration is done in the menu

This commit is contained in:
Marius Stanciu
2020-06-13 20:17:58 +03:00
committed by Marius
parent 39210fcfbf
commit 4823b198bb
5 changed files with 9 additions and 4 deletions

View File

@@ -1500,7 +1500,8 @@ class GeometryObjectUI(ObjectUI):
self.addtool_from_db_btn = QtWidgets.QPushButton(_('Add from DB'))
self.addtool_from_db_btn.setToolTip(
_("Add a new tool to the Tool Table\n"
"from the Tool DataBase.")
"from the Tool Database.\n"
"Tool database administration in Menu: Options -> Tools Database")
)
bhlay.addWidget(self.addtool_btn)