Update src/Mod/Mesh/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
14384f4e01
commit
0aa4d66f59
@@ -163,7 +163,7 @@ CmdMeshDifference::CmdMeshDifference()
|
||||
sAppModule = "Mesh";
|
||||
sGroup = QT_TR_NOOP("Mesh");
|
||||
sMenuText = QT_TR_NOOP("Difference");
|
||||
sToolTipText = QT_TR_NOOP("Creates the boolean difference of the selected meshes");
|
||||
sToolTipText = QT_TR_NOOP("Creates a boolean difference of the selected meshes");
|
||||
sWhatsThis = "Mesh_Difference";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Mesh_Difference";
|
||||
|
||||
Reference in New Issue
Block a user