From b2e63db460c51eed252b99962ccd1adfa63fe51d Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Tue, 28 Apr 2020 11:06:46 -0500 Subject: [PATCH] Gui: add sWhatsThis to Std_DrawStyle --- src/Gui/CommandView.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;