Update src/Mod/Points/Gui/Command.cpp

Co-authored-by: Ryan K <[email protected]>
This commit is contained in:
Max Wilfinger
2025-06-30 10:34:28 -05:00
committed by Chris Hennes
co-authored by Ryan K
parent 43bcb7205d
commit 4939d8c2ab
+1 -1
View File
@@ -199,7 +199,7 @@ CmdPointsTransform::CmdPointsTransform()
sAppModule = "Points";
sGroup = QT_TR_NOOP("Points");
sMenuText = QT_TR_NOOP("Transform Points");
sToolTipText = QT_TR_NOOP("Tests to transform a point cloud");
sToolTipText = QT_TR_NOOP("Performs tests to transform a point cloud");
sWhatsThis = "Points_Transform";
sStatusTip = sToolTipText;
sPixmap = "Test1";