From 1df4fe0ffda8dea601d8835ad7c1ecbf07c28b53 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> (cherry picked from commit 945ba15e18f62f4bef76ee6b580f093dfce714f9) --- 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