From a02776a802e5ae25f845766588947a54ad3a33e5 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 22 Jul 2019 13:33:17 -0400 Subject: [PATCH] Make the iata and icao field names more descriptive --- data/presets.yaml | 4 ++-- data/presets/fields.json | 4 ++-- data/presets/fields/iata.json | 2 +- data/presets/fields/icao.json | 2 +- data/taginfo.json | 4 ++-- dist/locales/en.json | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 3d24277ea..3263c75b8 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -892,10 +892,10 @@ en: undefined: 'No' iata: # iata=* - label: IATA + label: IATA Airport Code icao: # icao=* - label: ICAO + label: ICAO Airport Code incline: # incline=* label: Incline diff --git a/data/presets/fields.json b/data/presets/fields.json index e7d4b8850..a10f3d054 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -171,8 +171,8 @@ "horse_riding": {"key": "leisure", "type": "check", "label": "Horseback Riding", "strings": {"options": {"undefined": "No", "horse_riding": "Yes"}}, "reference": {"key": "leisure", "value": "horse_riding"}}, "horse_scale": {"key": "horse_scale", "type": "combo", "label": "Horseback Riding Difficulty", "placeholder": "Difficult, Dangerous...", "strings": {"options": {"common": "Easy: No problems or difficulties. (default)", "demanding": "Use with caution: Uneven way, occasional difficult passages.", "difficult": "Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.", "critical": "Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.", "dangerous": "Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.", "impossible": "Impassable: Way or bridge not passable for horses. Too narrow, insuffient support, obstacles like ladders. Danger of life."}}}, "horse_stables": {"key": "amenity", "type": "check", "label": "Riding Stable", "strings": {"options": {"undefined": "No", "stables": "Yes"}}, "reference": {"key": "amenity", "value": "stables"}}, - "iata": {"key": "iata", "type": "text", "label": "IATA"}, - "icao": {"key": "icao", "type": "text", "label": "ICAO"}, + "iata": {"key": "iata", "type": "text", "label": "IATA Airport Code"}, + "icao": {"key": "icao", "type": "text", "label": "ICAO Airport Code"}, "incline_steps": {"key": "incline", "type": "combo", "label": "Incline", "strings": {"options": {"up": "Up", "down": "Down"}}}, "incline": {"key": "incline", "type": "combo", "label": "Incline"}, "indoor_type": {"key": "indoor", "type": "typeCombo", "label": "Type"}, diff --git a/data/presets/fields/iata.json b/data/presets/fields/iata.json index 572eea5ab..3b3851a89 100644 --- a/data/presets/fields/iata.json +++ b/data/presets/fields/iata.json @@ -1,5 +1,5 @@ { "key": "iata", "type": "text", - "label": "IATA" + "label": "IATA Airport Code" } diff --git a/data/presets/fields/icao.json b/data/presets/fields/icao.json index f666eaa88..a4a8e09b4 100644 --- a/data/presets/fields/icao.json +++ b/data/presets/fields/icao.json @@ -1,5 +1,5 @@ { "key": "icao", "type": "text", - "label": "ICAO" + "label": "ICAO Airport Code" } diff --git a/data/taginfo.json b/data/taginfo.json index 4a6c22a2b..98414491e 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1434,8 +1434,8 @@ {"key": "horse_scale", "value": "dangerous", "description": "🄵 Horseback Riding Difficulty"}, {"key": "horse_scale", "value": "impossible", "description": "🄵 Horseback Riding Difficulty"}, {"key": "amenity", "value": "stables", "description": "🄵 Riding Stable"}, - {"key": "iata", "description": "🄵 IATA"}, - {"key": "icao", "description": "🄵 ICAO"}, + {"key": "iata", "description": "🄵 IATA Airport Code"}, + {"key": "icao", "description": "🄵 ICAO Airport Code"}, {"key": "incline", "value": "up", "description": "🄵 Incline"}, {"key": "incline", "value": "down", "description": "🄵 Incline"}, {"key": "incline", "description": "🄵 Incline"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 767001efc..53f52406b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3184,10 +3184,10 @@ } }, "iata": { - "label": "IATA" + "label": "IATA Airport Code" }, "icao": { - "label": "ICAO" + "label": "ICAO Airport Code" }, "incline_steps": { "label": "Incline",