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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user