From ee520b756cfb78207f9d5d26e027240023a2acb3 Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Sat, 25 Jan 2020 22:22:48 +0000 Subject: [PATCH] Update QA button strings See https://github.com/openstreetmap/iD/pull/7095#issuecomment-570066602 for motivation --- data/core.yaml | 9 ++++----- dist/locales/en.json | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 034491c4e..013ca36d2 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -851,16 +851,15 @@ en: title: Missing Turn Restriction description: '{num_passed} of {num_trips} recorded trips (travelling {travel_direction}) make a turn from {from_way} to {to_way} at {junction}. There may be a missing "{turn_restriction}" restriction.' keepRight: - title: KeepRight Error - detail_title: Error + title: KeepRight detail_description: Description comment: Comment comment_placeholder: Enter a comment to share with other users. - close: Close (Error Fixed) - ignore: Ignore (Not an Error) + close: Close (Issue Fixed) + ignore: Remove (False Positive) save_comment: Save Comment close_comment: Close and Comment - ignore_comment: Ignore and Comment + ignore_comment: Remove and Comment error_parts: this_node: 'this node' this_way: 'this way' diff --git a/dist/locales/en.json b/dist/locales/en.json index e79e489d9..c76c0dec3 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1061,16 +1061,15 @@ } }, "keepRight": { - "title": "KeepRight Error", - "detail_title": "Error", + "title": "KeepRight", "detail_description": "Description", "comment": "Comment", "comment_placeholder": "Enter a comment to share with other users.", - "close": "Close (Error Fixed)", - "ignore": "Ignore (Not an Error)", + "close": "Close (Issue Fixed)", + "ignore": "Remove (False Positive)", "save_comment": "Save Comment", "close_comment": "Close and Comment", - "ignore_comment": "Ignore and Comment", + "ignore_comment": "Remove and Comment", "error_parts": { "this_node": "this node", "this_way": "this way",