Skip to content

Commit

Permalink
PartDesign: Gui: fix primitive command what's this string
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSOIC committed Sep 13, 2016
1 parent 05a2596 commit b74b92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/PartDesign/Gui/CommandPrimitive.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit b74b92f

Please sign in to comment.