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

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:52:15 +02:00
committed by Chris Hennes
parent 50e5c40bb9
commit 4897a670aa

View File

@@ -162,7 +162,7 @@ CmdRobotConstraintAxle::CmdRobotConstraintAxle()
sAppModule = "Robot";
sGroup = QT_TR_NOOP("Robot");
sMenuText = QT_TR_NOOP("Place Robot…");
sToolTipText = QT_TR_NOOP("Places a robot");
sToolTipText = QT_TR_NOOP("Places a robot in the document");
sWhatsThis = "Robot_Create";
sStatusTip = sToolTipText;
sPixmap = "Robot_CreateRobot";