BIM: Update tooltip for Activate button

This commit is contained in:
tetektoza
2025-05-11 16:57:55 +02:00
committed by Yorik van Havre
parent 464e7d5144
commit b0599f0cde

View File

@@ -117,7 +117,7 @@ class BIM_Views:
self.dialog.buttonIsolate.setToolTip(translate("BIM","Turns all items off except the selected ones"))
self.dialog.buttonSaveView.setToolTip(translate("BIM","Saves the current camera position to the selected items"))
self.dialog.buttonRename.setToolTip(translate("BIM","Renames the selected item"))
self.dialog.buttonActivate.setToolTip(translate("BIM","Activates"))
self.dialog.buttonActivate.setToolTip(translate("BIM","Activates the selected item"))
# connect signals
self.dialog.buttonAddLevel.triggered.connect(self.addLevel)