diff --git a/src/Mod/Path/PathScripts/PathDressupRampEntry.py b/src/Mod/Path/PathScripts/PathDressupRampEntry.py index 962b49ee10..0e85a2a995 100644 --- a/src/Mod/Path/PathScripts/PathDressupRampEntry.py +++ b/src/Mod/Path/PathScripts/PathDressupRampEntry.py @@ -129,7 +129,7 @@ class ObjectDressup: """ enums = { - "Object": [ + "Method": [ (translate("Path_DressupRampEntry", "RampMethod1"), "RampMethod1"), (translate("Path_DressupRampEntry", "RampMethod2"), "RampMethod2"), (translate("Path_DressupRampEntry", "RampMethod3"), "RampMethod3"),