[Part] change sGroup for Section Cut

as discussed here: https://forum.freecadweb.org/viewtopic.php?p=577536#p577536
This commit is contained in:
Uwe
2022-03-08 04:26:39 +01:00
committed by wwmayer
parent f122061424
commit d1fc159f4c

View File

@@ -2471,7 +2471,7 @@ CmdPartSectionCut::CmdPartSectionCut()
: Command("Part_SectionCut")
{
sAppModule = "Part";
sGroup = QT_TR_NOOP("Part");
sGroup = "View";
sMenuText = QT_TR_NOOP("Persistent section cut");
sToolTipText = QT_TR_NOOP("Creates a persistent section cut of visible part objects");
sWhatsThis = "Part_SectionCut";