diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp index dda1a12b77..24b18a6602 100644 --- a/src/Gui/CommandView.cpp +++ b/src/Gui/CommandView.cpp @@ -575,8 +575,9 @@ StdCmdDrawStyle::StdCmdDrawStyle() { sGroup = QT_TR_NOOP("Standard-View"); sMenuText = QT_TR_NOOP("Draw style"); - sToolTipText = QT_TR_NOOP("Draw style"); - sStatusTip = QT_TR_NOOP("Draw style"); + sToolTipText = QT_TR_NOOP("Change the draw style of the objects"); + sStatusTip = QT_TR_NOOP("Change the draw style of the objects"); + sWhatsThis = "Std_DrawStyle"; sPixmap = "DrawStyleAsIs"; eType = Alter3DView;