mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 09:57:50 +02:00
Restore / Reset -> Restore my changes / Discard my changes
(closes #4117)
This commit is contained in:
+2
-2
@@ -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."
|
||||
|
||||
Vendored
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user