diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index dc88ae009..f3f47e64d 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -544,7 +544,7 @@ Edit Bookmark Personal notes (text or html) Discard all local changes? - Discard + Discard changes Delete added place? Delete Place does not exist diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings index 1cd8cc179..58860eff4 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings @@ -730,7 +730,7 @@ "editor_edits_sent_message" = "Your note will be sent to OpenStreetMap"; "editor_comment_hint" = "Comment…"; "editor_reset_edits_message" = "Discard all local changes?"; -"editor_reset_edits_button" = "Discard"; +"editor_reset_edits_button" = "Discard changes"; "editor_remove_place_message" = "Delete added place?"; "editor_remove_place_button" = "Delete"; "editor_place_doesnt_exist" = "Place does not exist";