From f90aed491e64fa780c2a2335adabc6ade5fc770f Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Tue, 16 May 2023 14:33:54 -0500 Subject: [PATCH] Sketcher: Translate context menu 2 --- src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp b/src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp index ce7d148db1..e0c0aaaade 100644 --- a/src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp +++ b/src/Mod/Sketcher/Gui/TaskSketcherConstraints.cpp @@ -60,6 +60,11 @@ using namespace SketcherGui; using namespace Gui::TaskView; namespace bp = boost::placeholders; +// Translation block for context menu: do not remove +#if 0 +QT_TRANSLATE_NOOP("SketcherGui::ConstraintView", "Select Elements"); +#endif + /// Inserts a QAction into an existing menu /// ICONSTR is the string of the icon in the resource file /// NAMESTR is the text appearing in the contextual menuAction