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 0e4cf2e758
commit 5dc381a71d

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