Update src/Mod/ReverseEngineering/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
4eebf4431e
commit
adcfd8a149
@@ -422,7 +422,7 @@ CmdSegmentation::CmdSegmentation()
|
||||
sAppModule = "Reen";
|
||||
sGroup = QT_TR_NOOP("Reverse Engineering");
|
||||
sMenuText = QT_TR_NOOP("Mesh Segmentation…");
|
||||
sToolTipText = QT_TR_NOOP("Creates mesh segments");
|
||||
sToolTipText = QT_TR_NOOP("Creates separate mesh segments based on surface types");
|
||||
sWhatsThis = "Reen_Segmentation";
|
||||
sStatusTip = sToolTipText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user