Path: Fix enumeration dictionary error
This commit corrects an incorrect dictionary key in the enumeration dictionary updated with recent translation fixes.
This commit is contained in:
@@ -129,7 +129,7 @@ class ObjectDressup:
|
||||
"""
|
||||
|
||||
enums = {
|
||||
"Object": [
|
||||
"Method": [
|
||||
(translate("Path_DressupRampEntry", "RampMethod1"), "RampMethod1"),
|
||||
(translate("Path_DressupRampEntry", "RampMethod2"), "RampMethod2"),
|
||||
(translate("Path_DressupRampEntry", "RampMethod3"), "RampMethod3"),
|
||||
|
||||
Reference in New Issue
Block a user