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:57 +02:00
committed by Chris Hennes
parent eca350af44
commit 9c3df46c3a

View File

@@ -953,7 +953,7 @@ CmdMeshCrossSections::CmdMeshCrossSections()
sAppModule = "Mesh";
sGroup = QT_TR_NOOP("Mesh");
sMenuText = QT_TR_NOOP("Cross-Sections…");
sToolTipText = QT_TR_NOOP("Cross-sections the mesh");
sToolTipText = QT_TR_NOOP("Creates cross-sections of the mesh");
sStatusTip = sToolTipText;
sPixmap = "Mesh_CrossSections";
}