Update src/Mod/Robot/Gui/CommandTrajectory.cpp

Co-authored-by: Ryan K <[email protected]>
This commit is contained in:
Max Wilfinger
2025-06-30 10:35:10 -05:00
committed by Chris Hennes
co-authored by Ryan K
parent ac250b7ce7
commit 40980f436c
+1 -1
View File
@@ -88,7 +88,7 @@ CmdRobotInsertWaypoint::CmdRobotInsertWaypoint()
sAppModule = "Robot";
sGroup = QT_TR_NOOP("Robot");
sMenuText = QT_TR_NOOP("Insert in trajectory");
sToolTipText = QT_TR_NOOP("Insert robot tool location into the trajectory");
sToolTipText = QT_TR_NOOP("Inserts the robot tool location into the trajectory");
sWhatsThis = "Robot_InsertWaypoint";
sStatusTip = sToolTipText;
sPixmap = "Robot_InsertWaypoint";