Path: fix translation to reflect the correct context

[skip ci]
This commit is contained in:
luz paz
2020-11-30 14:35:33 -05:00
parent 10790ed701
commit 141d018781

View File

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