Fix wheelchair preset

This commit is contained in:
John Firebaugh
2013-03-19 15:00:51 -07:00
parent 53820dc75d
commit 2bf8183449
3 changed files with 3 additions and 2 deletions

View File

@@ -1047,6 +1047,7 @@ locale.en = {
}
}
};
locale.zh = {
"modes": {
"add_area": {

View File

@@ -368,7 +368,7 @@
"no"
],
"icon": "wheelchair",
"universal": "true",
"universal": true,
"label": "Wheelchair Access"
},
"wikipedia": {

View File

@@ -7,6 +7,6 @@
"no"
],
"icon": "wheelchair",
"universal": "true",
"universal": true,
"label": "Wheelchair Access"
}