Update src/Mod/Points/Gui/Command.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
4939d8c2ab
commit
3857fddc40
@@ -326,7 +326,7 @@ CmdPointsPolyCut::CmdPointsPolyCut()
|
||||
sAppModule = "Points";
|
||||
sGroup = QT_TR_NOOP("Points");
|
||||
sMenuText = QT_TR_NOOP("Cut Point Cloud");
|
||||
sToolTipText = QT_TR_NOOP("Cuts a point cloud with a picked polygon");
|
||||
sToolTipText = QT_TR_NOOP("Cuts a point cloud with a selected polygon");
|
||||
sWhatsThis = "Points_PolyCut";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PolygonPick";
|
||||
|
||||
Reference in New Issue
Block a user