Update src/Mod/Mesh/Gui/Command.cpp

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:21:24 +02:00
committed by Chris Hennes
parent 14384f4e01
commit 0aa4d66f59

View File

@@ -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";