From 79149ffad2b3dc6ee97b875f448a23d78554572e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 7 May 2019 18:19:48 -0400 Subject: [PATCH] Adjust the "unsquare corners" message per feedback https://twitter.com/williamscraigm/status/1125589440317968384 (Not that the building should be literally square, just the corners of the building) --- data/core.yaml | 8 ++++---- dist/locales/en.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 9ac8b5e62..3e026e817 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1444,11 +1444,11 @@ en: message: "{feature} has no outlet" reference: "One-way roads must lead to other roads." unsquare_way: - title: Unsquare Buildings - message: "{feature} isn't quite square" - tip: "Find buildings with nearly square corners" + title: Unsquare Corners + message: "{feature} has unsquare corners" + tip: "Find features with unsquare corners that can be drawn better" buildings: - reference: "Buildings that are almost square should be squared." + reference: "Buildings with unsquare corners can often be drawn more accurately." fix: connect_almost_junction: annotation: Connected very close features. diff --git a/dist/locales/en.json b/dist/locales/en.json index da0da6702..064cccb45 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1790,11 +1790,11 @@ } }, "unsquare_way": { - "title": "Unsquare Buildings", - "message": "{feature} isn't quite square", - "tip": "Find buildings with nearly square corners", + "title": "Unsquare Corners", + "message": "{feature} has unsquare corners", + "tip": "Find features with unsquare corners that can be drawn better", "buildings": { - "reference": "Buildings that are almost square should be squared." + "reference": "Buildings with unsquare corners can often be drawn more accurately." } }, "fix": {