From 310751fb22465982fce32d2b1c1036051215b3a4 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 24 Jun 2020 14:24:17 -0400 Subject: [PATCH] Capitalize data and note layer names --- data/core.yaml | 4 ++-- dist/locales/en.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 441275802..d6a05aab4 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -691,10 +691,10 @@ en: layers: osm: tooltip: Map data from OpenStreetMap - title: OpenStreetMap data + title: OpenStreetMap Data notes: tooltip: Note data from OpenStreetMap - title: OpenStreetMap notes + title: OpenStreetMap Notes keepRight: tooltip: Data issues detected by keepright.at title: KeepRight Issues diff --git a/dist/locales/en.json b/dist/locales/en.json index 87a0d9d01..65ec642a7 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -850,7 +850,7 @@ }, "location_panel": { "description": "Show Location Panel", - "tooltip": "Show coordinate and regional details." + "tooltip": "Show coordinates and regional details." }, "fix_misalignment": "Imagery Offset", "offset": "Drag anywhere in the gray area below to adjust the imagery offset, or enter the offset values in meters." @@ -863,11 +863,11 @@ "layers": { "osm": { "tooltip": "Map data from OpenStreetMap", - "title": "OpenStreetMap data" + "title": "OpenStreetMap Data" }, "notes": { "tooltip": "Note data from OpenStreetMap", - "title": "OpenStreetMap notes" + "title": "OpenStreetMap Notes" }, "keepRight": { "tooltip": "Data issues detected by keepright.at",