Path: Correct context for Path_Fixture translations

This commit is contained in:
Chris Hennes
2023-04-23 21:49:37 -05:00
parent 217f3c22f2
commit b3727d9074

View File

@@ -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"
),
}