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:
Russell Johnson
2022-03-09 20:58:43 -06:00
parent 7484a06700
commit c1529aba40

View File

@@ -129,7 +129,7 @@ class ObjectDressup:
"""
enums = {
"Object": [
"Method": [
(translate("Path_DressupRampEntry", "RampMethod1"), "RampMethod1"),
(translate("Path_DressupRampEntry", "RampMethod2"), "RampMethod2"),
(translate("Path_DressupRampEntry", "RampMethod3"), "RampMethod3"),