From c7c8849d43735e074db948f3525a8b7aee62e114 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 6 Jul 2017 17:35:51 -0400 Subject: [PATCH] Restore / Reset -> Restore my changes / Discard my changes (closes #4117) --- data/core.yaml | 4 ++-- dist/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 4d2ce97f7..44767d2fa 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -440,8 +440,8 @@ en: restore: heading: You have unsaved changes description: "Do you wish to restore unsaved changes from a previous editing session?" - restore: Restore - reset: Reset + restore: Restore my changes + reset: Discard my changes save: title: Save help: "Review your changes and upload them to OpenStreetMap, making them visible to other users." diff --git a/dist/locales/en.json b/dist/locales/en.json index ffb84a0a7..fd84a70a0 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -548,8 +548,8 @@ "restore": { "heading": "You have unsaved changes", "description": "Do you wish to restore unsaved changes from a previous editing session?", - "restore": "Restore", - "reset": "Reset" + "restore": "Restore my changes", + "reset": "Discard my changes" }, "save": { "title": "Save",