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

This commit is contained in:
Max Wilfinger
2025-06-30 10:03:25 +02:00
committed by Chris Hennes
parent d3fe81b0e7
commit 0a9a2372e0

View File

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