Path: Reword menu items from 'partial' to 'supplemental'

fixes #3383
This commit is contained in:
sliptonic
2018-03-21 10:59:41 -05:00
committed by wmayer
parent 7dfb83d250
commit 09dc901861

View File

@@ -129,7 +129,7 @@ class PathWorkbench (Workbench):
self.appendMenu([QT_TRANSLATE_NOOP("Path", "&Path"), QT_TRANSLATE_NOOP(
"Path", "Path Dressup")], dressupcmdlist)
self.appendMenu([QT_TRANSLATE_NOOP("Path", "&Path"), QT_TRANSLATE_NOOP(
"Path", "Partial Commands")], prepcmdlist)
"Path", "Supplemental Commands")], prepcmdlist)
self.appendMenu([QT_TRANSLATE_NOOP("Path", "&Path"), QT_TRANSLATE_NOOP(
"Path", "Path Modification")], modcmdlist)
if extracmdlist: