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>
This commit is contained in:
Sebastian
2025-12-05 06:38:17 +01:00
committed by GitHub
parent 67234e98b7
commit 945ba15e18

View File

@@ -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