Merge pull request #280 from DeepSOIC/patch-1
PartDesign: Gui: fix primitive command what's this string
This commit is contained in:
commit
796c8330fe
|
@ -52,7 +52,7 @@ CmdPrimtiveCompAdditive::CmdPrimtiveCompAdditive()
|
|||
sGroup = QT_TR_NOOP("PartDesign");
|
||||
sMenuText = QT_TR_NOOP("Create an additive primitive");
|
||||
sToolTipText = QT_TR_NOOP("Create an additive primitive");
|
||||
sWhatsThis = "Sketcher_CompPrimitiveAdditive";
|
||||
sWhatsThis = "PartDesign_CompPrimitiveAdditive";
|
||||
sStatusTip = sToolTipText;
|
||||
eType = ForEdit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user