- even more refactoring in the app

This commit is contained in:
Marius Stanciu
2021-01-29 02:45:15 +02:00
committed by Marius
parent e36a8a04a0
commit 04cae08a20
2 changed files with 23 additions and 23 deletions

View File

@@ -147,7 +147,7 @@ class Properties(AppTool):
# make sure that the FCTree widget columns are resized to content
self.treeWidget.resize_sig.emit()
self.app.ui.notebook.setTabText(2, _("Properties Tool"))
self.app.ui.notebook.setTabText(2, _("Properties"))
def addItems(self, obj):
parent = self.treeWidget.invisibleRootItem()