From 6b32a1065abf16061d6398d9395a24c415c64d5d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 5 Dec 2025 06:38:17 +0100 Subject: [PATCH] Match the string that gets sent to setCommand (#25964) * Match the string that gets sent to setCommand Correction of a not matching string that gets sent to setCommand. This results in a not translated menu item in the Sketcher menu. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/Mod/Sketcher/Gui/Workbench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/Workbench.cpp b/src/Mod/Sketcher/Gui/Workbench.cpp index cbc22bc6d4..1a47347700 100644 --- a/src/Mod/Sketcher/Gui/Workbench.cpp +++ b/src/Mod/Sketcher/Gui/Workbench.cpp @@ -42,7 +42,7 @@ using namespace SketcherGui; qApp->translate("Workbench", "Constraints"); qApp->translate("Workbench", "Sketcher Helpers"); qApp->translate("Workbench", "B-Spline Tools"); - qApp->translate("Workbench", "Visual Tools"); + qApp->translate("Workbench", "Visual Helpers"); qApp->translate("Workbench", "Virtual Space"); qApp->translate("Workbench", "Sketcher Edit Tools"); #endif