From ee11fa4fb8285f172f066f39e7a5abde8e0a05fa Mon Sep 17 00:00:00 2001 From: Mikkel Kirkgaard Nielsen Date: Fri, 26 Jun 2020 08:57:03 +0200 Subject: [PATCH] Fix reference in help to renamed offset UI section Use current text of locale key:background.fix_misalignment in key:help.imagery.offset (renamed in 11035127a34c125f844245e279c736c8ed0d5810). --- data/core.yaml | 2 +- dist/locales/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 8613416ad..91c2feef5 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1431,7 +1431,7 @@ en: choosing: "To see which imagery sources are available for editing, click the {layers} **Background settings** button on the side of the map." sources: "By default, a [Bing Maps](https://www.bing.com/maps/) satellite layer is chosen as the background image. Depending on where you are editing, other imagery sources will be available. Some may be newer or have higher resolution, so it is always useful to check and see which layer is the best one to use as a mapping reference." offsets_h: "Adjusting Imagery Offset" - offset: "Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Adjust Imagery Offset\" section at the bottom of the Background Settings pane." + offset: "Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Imagery Offset\" section at the bottom of the Background Settings pane." offset_change: "Click on the small triangles to adjust the imagery offset in small steps, or hold the {leftclick} left mouse button and drag within the gray square to slide the imagery into alignment." streetlevel: title: Street Level Photos diff --git a/dist/locales/en.json b/dist/locales/en.json index aa37a8121..beb4978ca 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1774,7 +1774,7 @@ "choosing": "To see which imagery sources are available for editing, click the {layers} **Background settings** button on the side of the map.", "sources": "By default, a [Bing Maps](https://www.bing.com/maps/) satellite layer is chosen as the background image. Depending on where you are editing, other imagery sources will be available. Some may be newer or have higher resolution, so it is always useful to check and see which layer is the best one to use as a mapping reference.", "offsets_h": "Adjusting Imagery Offset", - "offset": "Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Adjust Imagery Offset\" section at the bottom of the Background Settings pane.", + "offset": "Imagery is sometimes offset slightly from accurate map data. If you see a lot of roads or buildings shifted from the background imagery, it may be the imagery that's incorrect, so don't move them all to match the background. Instead, you can adjust the background so that it matches the existing data by expanding the \"Imagery Offset\" section at the bottom of the Background Settings pane.", "offset_change": "Click on the small triangles to adjust the imagery offset in small steps, or hold the {leftclick} left mouse button and drag within the gray square to slide the imagery into alignment." }, "streetlevel": { @@ -13012,4 +13012,4 @@ } } } -} \ No newline at end of file +}