From a554f56362d1af28ad2c32ea997d34587deb4dad Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Mon, 21 Dec 2020 09:56:25 -0500 Subject: [PATCH] Rename Riding Route to Horse Riding Route (re: #99) --- data/presets/type/route/horse.json | 2 +- interim/source_strings.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/presets/type/route/horse.json b/data/presets/type/route/horse.json index 56c1a7fb..047ab6e9 100644 --- a/data/presets/type/route/horse.json +++ b/data/presets/type/route/horse.json @@ -26,5 +26,5 @@ "key": "route", "value": "horse" }, - "name": "Riding Route" + "name": "Horse Riding Route" } diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 68ce4b84..e95f7675 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -9275,8 +9275,8 @@ en: terms: '' type/route/horse: # 'type=route + route=horse\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' - name: Riding Route - terms: '' + name: Horse Riding Route + terms: '' type/route/light_rail: # 'type=route + route=light_rail\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Light Rail Route