Update src/Mod/Robot/Gui/CommandTrajectory.cpp
Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
committed by
Chris Hennes
parent
ac250b7ce7
commit
40980f436c
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user