From 4897a670aaf37bbab8bd544f05e4af87cf873009 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:52:15 +0200 Subject: [PATCH] Update src/Mod/Robot/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> --- src/Mod/Robot/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Robot/Gui/Command.cpp b/src/Mod/Robot/Gui/Command.cpp index f13afc7f5c..9fda46e1b6 100644 --- a/src/Mod/Robot/Gui/Command.cpp +++ b/src/Mod/Robot/Gui/Command.cpp @@ -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";