From 5dc381a71d9a687dbe978ece002c868ab7e6dbe0 Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 30 Nov 2020 14:35:33 -0500 Subject: [PATCH] Path: fix translation to reflect the correct context [skip ci] --- src/Mod/Path/PathScripts/PathAdaptiveGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathAdaptiveGui.py b/src/Mod/Path/PathScripts/PathAdaptiveGui.py index 4f8843ef9f..25bc29f406 100644 --- a/src/Mod/Path/PathScripts/PathAdaptiveGui.py +++ b/src/Mod/Path/PathScripts/PathAdaptiveGui.py @@ -219,5 +219,5 @@ Command = PathOpGui.SetupOperation('Adaptive', TaskPanelOpPage, 'Path_Adaptive', QtCore.QT_TRANSLATE_NOOP("Path_Adaptive", "Adaptive"), - QtCore.QT_TRANSLATE_NOOP("Path_Pocket", "Adaptive clearing and profiling") + QtCore.QT_TRANSLATE_NOOP("Path_Adaptive", "Adaptive clearing and profiling") )