BIM: Update tooltip for Activate button
This commit is contained in:
committed by
Yorik van Havre
parent
464e7d5144
commit
b0599f0cde
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user