From 03f41eb11fa22741e752eaf92c64976f5c564c29 Mon Sep 17 00:00:00 2001 From: tetektoza Date: Sun, 11 May 2025 16:57:55 +0200 Subject: [PATCH] BIM: Update tooltip for Activate button --- src/Mod/BIM/bimcommands/BimViews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/BIM/bimcommands/BimViews.py b/src/Mod/BIM/bimcommands/BimViews.py index eab07bbcba..b7d245fd9e 100644 --- a/src/Mod/BIM/bimcommands/BimViews.py +++ b/src/Mod/BIM/bimcommands/BimViews.py @@ -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)