diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp index 31cd697ef9..6b0c882145 100644 --- a/src/Gui/CommandView.cpp +++ b/src/Gui/CommandView.cpp @@ -3456,7 +3456,7 @@ StdCmdSelBoundingBox::StdCmdSelBoundingBox() sGroup = QT_TR_NOOP("View"); sMenuText = QT_TR_NOOP("&Bounding box"); sToolTipText = QT_TR_NOOP("Show selection bounding box"); - sWhatsThis = "Std_SelBack"; + sWhatsThis = "Std_SelBoundingBox"; sStatusTip = QT_TR_NOOP("Show selection bounding box"); sPixmap = "sel-bbox"; eType = Alter3DView;