From 7fcd2ec9f4bdd7365ed7d5724cf346cbd6a41b4a Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Tue, 31 Oct 2017 00:24:57 -0700 Subject: [PATCH] Don't capitalise in/out in "Zoom In"/"Zoom Out" --- data/core.yaml | 4 ++-- dist/locales/en-GB.json | 4 ++-- dist/locales/en.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index bfed0b482..8959caedc 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -527,8 +527,8 @@ en: tag_suggests_area: "The tag {tag} suggests line should be area, but it is not an area" deprecated_tags: "Deprecated tags: {tags}" zoom: - in: Zoom In - out: Zoom Out + in: Zoom in + out: Zoom out cannot_zoom: "Cannot zoom out further in current mode." full_screen: Toggle Full Screen gpx: diff --git a/dist/locales/en-GB.json b/dist/locales/en-GB.json index b4585fb89..e2347c502 100644 --- a/dist/locales/en-GB.json +++ b/dist/locales/en-GB.json @@ -646,8 +646,8 @@ "deprecated_tags": "Deprecated tags: {tags}" }, "zoom": { - "in": "Zoom In", - "out": "Zoom Out" + "in": "Zoom in", + "out": "Zoom out" }, "cannot_zoom": "Cannot zoom out further in current mode.", "full_screen": "Toggle Full Screen", diff --git a/dist/locales/en.json b/dist/locales/en.json index 8d9076033..70b39117b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -646,8 +646,8 @@ "deprecated_tags": "Deprecated tags: {tags}" }, "zoom": { - "in": "Zoom In", - "out": "Zoom Out" + "in": "Zoom in", + "out": "Zoom out" }, "cannot_zoom": "Cannot zoom out further in current mode.", "full_screen": "Toggle Full Screen",