Update Command.cpp

This commit is contained in:
FEA-eng
2024-07-10 10:50:11 +02:00
committed by Chris Hennes
parent a8533ca58e
commit b9ca034261

View File

@@ -2081,8 +2081,8 @@ CmdColorPerFace::CmdColorPerFace()
{
sAppModule = "Part";
sGroup = QT_TR_NOOP("Part");
sMenuText = QT_TR_NOOP("Color per face");
sToolTipText = QT_TR_NOOP("Set the color of each individual face "
sMenuText = QT_TR_NOOP("Appearance per face");
sToolTipText = QT_TR_NOOP("Set the appearance of each individual face "
"of the selected object.");
sStatusTip = sToolTipText;
sWhatsThis = "Part_ColorPerFace";