From b3727d907464653205152979c17092f3c33d4465 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 23 Apr 2023 21:49:37 -0500 Subject: [PATCH] Path: Correct context for Path_Fixture translations --- src/Mod/Path/Path/Main/Gui/Fixture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/Path/Main/Gui/Fixture.py b/src/Mod/Path/Path/Main/Gui/Fixture.py index ed98c73d29..38a80659b5 100644 --- a/src/Mod/Path/Path/Main/Gui/Fixture.py +++ b/src/Mod/Path/Path/Main/Gui/Fixture.py @@ -150,9 +150,9 @@ class CommandPathFixture: def GetResources(self): return { "Pixmap": "Path_Datums", - "MenuText": QT_TRANSLATE_NOOP("PathFixture", "Fixture"), + "MenuText": QT_TRANSLATE_NOOP("Path_Fixture", "Fixture"), "ToolTip": QT_TRANSLATE_NOOP( - "PathFixture", "Creates a Fixture Offset object" + "Path_Fixture", "Creates a Fixture Offset object" ), }