[editor] Rename button to 'Discard changes'

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-18 10:52:24 +01:00
committed by jeanbaptisteC
parent 8cd1b41cd2
commit 6a20269819
2 changed files with 2 additions and 2 deletions

View File

@@ -544,7 +544,7 @@
<string name="placepage_edit_bookmark_button">Edit Bookmark</string> <string name="placepage_edit_bookmark_button">Edit Bookmark</string>
<string name="placepage_personal_notes_hint">Personal notes (text or html)</string> <string name="placepage_personal_notes_hint">Personal notes (text or html)</string>
<string name="editor_reset_edits_message">Discard all local changes?</string> <string name="editor_reset_edits_message">Discard all local changes?</string>
<string name="editor_reset_edits_button">Discard</string> <string name="editor_reset_edits_button">Discard changes</string>
<string name="editor_remove_place_message">Delete added place?</string> <string name="editor_remove_place_message">Delete added place?</string>
<string name="editor_remove_place_button">Delete</string> <string name="editor_remove_place_button">Delete</string>
<string name="editor_place_doesnt_exist">Place does not exist</string> <string name="editor_place_doesnt_exist">Place does not exist</string>

View File

@@ -730,7 +730,7 @@
"editor_edits_sent_message" = "Your note will be sent to OpenStreetMap"; "editor_edits_sent_message" = "Your note will be sent to OpenStreetMap";
"editor_comment_hint" = "Comment…"; "editor_comment_hint" = "Comment…";
"editor_reset_edits_message" = "Discard all local changes?"; "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_message" = "Delete added place?";
"editor_remove_place_button" = "Delete"; "editor_remove_place_button" = "Delete";
"editor_place_doesnt_exist" = "Place does not exist"; "editor_place_doesnt_exist" = "Place does not exist";