diff --git a/src/Mod/Mesh/Gui/Command.cpp b/src/Mod/Mesh/Gui/Command.cpp index d8c42422f9..ad078aef2f 100644 --- a/src/Mod/Mesh/Gui/Command.cpp +++ b/src/Mod/Mesh/Gui/Command.cpp @@ -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";