From 176d7d2b4fe5c5197875404f90f7fee9b42f5f73 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 5 Feb 2018 15:11:25 -0500 Subject: [PATCH] Adjust preset names, use warehouse icon for `shop=wholesale` --- data/presets.yaml | 8 ++++---- data/presets/presets.json | 6 +++--- data/presets/presets/shop/health_food.json | 2 +- data/presets/presets/shop/wholesale.json | 6 +++--- dist/locales/en.json | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index a747d8f94..6bd963f23 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -5119,9 +5119,9 @@ en: terms: '' shop/health_food: # 'shop=health_food ' - name: Health food shop + name: Health Food Shop # 'terms: wholefood,vitamins,vegetarian,vegan' - terms: '' + terms: '' shop/hearing_aids: # shop=hearing_aids name: Hearing Aids Store @@ -5383,9 +5383,9 @@ en: terms: '' shop/wholesale: # shop=wholesale - name: Wholesale shop/store + name: Wholesale Store # 'terms: warehouse club,cash and carry' - terms: '' + terms: '' shop/window_blind: # shop=window_blind name: Window Blind Store diff --git a/data/presets/presets.json b/data/presets/presets.json index 30eae7c21..d12cbee66 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -17029,7 +17029,7 @@ "tags": { "shop": "health_food " }, - "name": "Health food shop" + "name": "Health Food Shop" }, "shop/hearing_aids": { "icon": "shop", @@ -18246,7 +18246,7 @@ "name": "Weapon Shop" }, "shop/wholesale": { - "icon": "shop", + "icon": "warehouse", "fields": [ "name", "operator", @@ -18267,7 +18267,7 @@ "tags": { "shop": "wholesale" }, - "name": "Wholesale shop/store" + "name": "Wholesale Store" }, "shop/window_blind": { "icon": "shop", diff --git a/data/presets/presets/shop/health_food.json b/data/presets/presets/shop/health_food.json index a80333678..308278e44 100644 --- a/data/presets/presets/shop/health_food.json +++ b/data/presets/presets/shop/health_food.json @@ -22,4 +22,4 @@ "shop": "health_food " }, "name": "Health Food Shop" -} \ No newline at end of file +} diff --git a/data/presets/presets/shop/wholesale.json b/data/presets/presets/shop/wholesale.json index 289f242fd..7262812ac 100644 --- a/data/presets/presets/shop/wholesale.json +++ b/data/presets/presets/shop/wholesale.json @@ -1,5 +1,5 @@ { - "icon": "shop", + "icon": "warehouse", "fields": [ "name", "operator", @@ -20,5 +20,5 @@ "tags": { "shop": "wholesale" }, - "name": "Wholesale Shop" -} \ No newline at end of file + "name": "Wholesale Store" +} diff --git a/dist/locales/en.json b/dist/locales/en.json index f6f0a110f..949e10dd6 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5766,7 +5766,7 @@ "terms": "" }, "shop/health_food": { - "name": "Health food shop", + "name": "Health Food Shop", "terms": "wholefood,vitamins,vegetarian,vegan" }, "shop/hearing_aids": { @@ -6006,7 +6006,7 @@ "terms": "ammo,gun,knife,knives" }, "shop/wholesale": { - "name": "Wholesale shop/store", + "name": "Wholesale Store", "terms": "warehouse club,cash and carry" }, "shop/window_blind": {