Update CommandView.cpp

This commit is contained in:
Roy-043
2020-08-31 19:27:28 +02:00
committed by wwmayer
parent 41da46a682
commit 33ef4e0e35

View File

@@ -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;