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
0aa4d66f59
commit
1857c9eea1
@@ -830,7 +830,7 @@ CmdMeshPolyTrim::CmdMeshPolyTrim()
|
||||
sAppModule = "Mesh";
|
||||
sGroup = QT_TR_NOOP("Mesh");
|
||||
sMenuText = QT_TR_NOOP("Trim");
|
||||
sToolTipText = QT_TR_NOOP("Trims a mesh with a picked polygon");
|
||||
sToolTipText = QT_TR_NOOP("Trims a mesh with a selected polygon");
|
||||
sWhatsThis = "Mesh_PolyTrim";
|
||||
sStatusTip = QT_TR_NOOP("Trims a mesh with a picked polygon");
|
||||
sPixmap = "Mesh_PolyTrim";
|
||||
|
||||
Reference in New Issue
Block a user