From 0a4d4ff36ff35956e22f69c1188600337257c992 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 10 Jul 2018 02:10:46 -0400 Subject: [PATCH] Simplify - "Site Type" --- data/presets.yaml | 2 +- data/presets/fields.json | 2 +- data/presets/fields/site_type.json | 2 +- data/taginfo.json | 2 +- dist/locales/en.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index d8f5ef079..95e171227 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1356,7 +1356,7 @@ en: label: Type site_type: # site_type=* - label: Archaeological Site Type + label: Site Type smoking: # smoking=* label: Smoking diff --git a/data/presets/fields.json b/data/presets/fields.json index 08143a246..cdc89a783 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -240,7 +240,7 @@ "shop": {"key": "shop", "type": "typeCombo", "label": "Type"}, "siren/purpose": {"key": "siren:purpose", "type": "combo", "label": "Purpose"}, "siren/type": {"key": "siren:type", "type": "combo", "label": "Type", "strings": {"options": {"pneumatic": "Pneumatic", "electronic": "Electronic", "other": "Other"}}}, - "site_type": {"key": "site_type", "type": "combo", "label": "Archaeological Site Type"}, + "site_type": {"key": "site_type", "type": "combo", "label": "Site Type"}, "site": {"key": "site", "type": "combo", "label": "Type"}, "smoking": {"key": "smoking", "type": "combo", "label": "Smoking", "placeholder": "No, Separated, Yes...", "strings": {"options": {"no": "No smoking anywhere", "separated": "In smoking areas, not physically isolated", "isolated": "In smoking areas, physically isolated", "outside": "Allowed outside", "yes": "Allowed everywhere", "dedicated": "Dedicated to smokers (e.g. smokers' club)"}}}, "smoothness": {"key": "smoothness", "type": "combo", "label": "Smoothness", "placeholder": "Thin Rollers, Wheels, Off-Road...", "strings": {"options": {"excellent": "Thin Rollers: rollerblade, skateboard", "good": "Thin Wheels: racing bike", "intermediate": "Wheels: city bike, wheelchair, scooter", "bad": "Robust Wheels: trekking bike, car, rickshaw", "very_bad": "High Clearance: light duty off-road vehicle", "horrible": "Off-Road: heavy duty off-road vehicle", "very_horrible": "Specialized off-road: tractor, ATV", "impassable": "Impassable / No wheeled vehicle"}}}, diff --git a/data/presets/fields/site_type.json b/data/presets/fields/site_type.json index 5e909baa2..4735f4959 100644 --- a/data/presets/fields/site_type.json +++ b/data/presets/fields/site_type.json @@ -1,5 +1,5 @@ { "key": "site_type", "type": "combo", - "label": "Archaeological Site Type" + "label": "Site Type" } diff --git a/data/taginfo.json b/data/taginfo.json index f4fdd554e..0c78ce996 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -6894,7 +6894,7 @@ {"key": "siren:type", "value": "pneumatic", "description": "Type"}, {"key": "siren:type", "value": "electronic", "description": "Type"}, {"key": "siren:type", "value": "other", "description": "Type"}, - {"key": "site_type", "description": "Archaeological Site Type"}, + {"key": "site_type", "description": "Site Type"}, {"key": "site", "description": "Type"}, {"key": "smoking", "value": "no", "description": "Smoking"}, {"key": "smoking", "value": "separated", "description": "Smoking"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index bde354456..8e9018bfb 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2518,7 +2518,7 @@ } }, "site_type": { - "label": "Archaeological Site Type" + "label": "Site Type" }, "site": { "label": "Type"