Update src/Mod/Surface/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:24:17 +02:00
committed by Chris Hennes
parent a8cea551a0
commit 503b2fe808

View File

@@ -54,7 +54,7 @@ CmdSurfaceCut::CmdSurfaceCut()
sAppModule = "Surface";
sGroup = QT_TR_NOOP("Surface");
sMenuText = QT_TR_NOOP("Surface Cut Function");
sToolTipText = QT_TR_NOOP("Cuts a shape with another shape");
sToolTipText = QT_TR_NOOP("Cuts one shape using another");
sWhatsThis = "Surface_Cut";
sStatusTip = sToolTipText;
sPixmap = "Surface_Cut";