should be shop=houseware, not shop=household (closes #2509)

This commit is contained in:
Bryan Housel
2015-02-03 10:48:40 -05:00
parent 3bc98bec58
commit b07f205db9
5 changed files with 16 additions and 14 deletions
+3 -3
View File
@@ -1996,9 +1996,9 @@ en:
shop/hifi:
name: Hifi Store
terms: "<translate with synonyms or related terms for 'Hifi Store', separated by commas>"
shop/household:
name: Household Store
terms: "<translate with synonyms or related terms for 'Household Store', separated by commas>"
shop/houseware:
name: Houseware Store
terms: "<translate with synonyms or related terms for 'Houseware Store', separated by commas>"
shop/interior_decoration:
name: Interior Decoration Store
terms: "<translate with synonyms or related terms for 'Interior Decoration Store', separated by commas>"
+5 -4
View File
@@ -7899,7 +7899,7 @@
},
"name": "Hifi Store"
},
"shop/household": {
"shop/houseware": {
"icon": "shop",
"fields": [
"operator",
@@ -7912,12 +7912,13 @@
"area"
],
"terms": [
"home"
"home",
"household"
],
"tags": {
"shop": "household"
"shop": "houseware"
},
"name": "Household Store"
"name": "Houseware Store"
},
"shop/interior_decoration": {
"icon": "shop",
@@ -11,10 +11,11 @@
"area"
],
"terms": [
"home"
"home",
"household"
],
"tags": {
"shop": "household"
"shop": "houseware"
},
"name": "Household Store"
"name": "Houseware Store"
}
+1 -1
View File
@@ -1862,7 +1862,7 @@
},
{
"key": "shop",
"value": "household"
"value": "houseware"
},
{
"key": "shop",
+3 -3
View File
@@ -3182,9 +3182,9 @@
"name": "Hifi Store",
"terms": "stereo,video"
},
"shop/household": {
"name": "Household Store",
"terms": "home"
"shop/houseware": {
"name": "Houseware Store",
"terms": "home,household"
},
"shop/interior_decoration": {
"name": "Interior Decoration Store",