Update QA button strings

See https://github.com/openstreetmap/iD/pull/7095#issuecomment-570066602
for motivation
This commit is contained in:
SilentSpike
2020-01-25 22:22:48 +00:00
parent 2a2668b01b
commit ee520b756c
2 changed files with 8 additions and 10 deletions
+4 -5
View File
@@ -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'
+4 -5
View File
@@ -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",