field service:bicycle:chaintool changed to chain_tool

(re: #2497)
This commit is contained in:
Bryan Housel
2015-02-14 11:29:43 -05:00
parent 0b083f60b7
commit b36c9df610
6 changed files with 30 additions and 4 deletions
+6
View File
@@ -462,6 +462,12 @@ en:
label: Seasonal
service:
label: Type
service/bicycle/chain_tool:
label: Chain Tool
options:
undefined: Assumed to be No
"yes": "Yes"
"no": "No"
service/bicycle/chaintool:
label: Chain Tool
options:
+13 -1
View File
@@ -942,8 +942,20 @@
"drive-through"
]
},
"service/bicycle/chain_tool": {
"key": "service:bicycle:chain_tool",
"type": "check",
"label": "Chain Tool",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
}
},
"service/bicycle/chaintool": {
"key": "service:bicycle:chaintool",
"key": "service:bicycle:chain_tool",
"type": "check",
"label": "Chain Tool",
"strings": {
@@ -1,5 +1,5 @@
{
"key": "service:bicycle:chaintool",
"key": "service:bicycle:chain_tool",
"type": "check",
"label": "Chain Tool",
"strings": {
+1 -1
View File
@@ -506,7 +506,7 @@
"brand",
"opening_hours",
"fee",
"service/bicycle/chaintool",
"service/bicycle/chain_tool",
"service/bicycle/pump"
],
"geometry": [
@@ -5,7 +5,7 @@
"brand",
"opening_hours",
"fee",
"service/bicycle/chaintool",
"service/bicycle/chain_tool",
"service/bicycle/pump"
],
"geometry": [
+8
View File
@@ -1136,6 +1136,14 @@
"service": {
"label": "Type"
},
"service/bicycle/chain_tool": {
"label": "Chain Tool",
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No"
}
},
"service/bicycle/chaintool": {
"label": "Chain Tool",
"options": {