Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Marchuk <alexm@maps.me>2016-03-09 18:00:06 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:37 +0300
commitbf6e7d96958717d526438f042c45332351842603 (patch)
treed6afcc0d21d9c4ea1602398cd065cb81bab5b6ba /android/res/values/strings.xml
parentca5fc1a0bed48b32be8ee8250db732bcaf4d022b (diff)
[new downloader][android] fix: Generated strings.
Diffstat (limited to 'android/res/values/strings.xml')
-rw-r--r--android/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index fc4050d501..f19b2ea705 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -496,6 +496,8 @@
<string name="downloader_retry">Retry</string>
<!-- Item in context menu. -->
<string name="downloader_map_and_routing">Map + Routing</string>
+ <!-- Dialog confirmation when trying to delete map and there are unsaved changes present on it. -->
+ <string name="downloader_delete_editor_changes">Unsaved changes for this map will be removed too. Continue anyway?</string>
<!-- Item in context menu. -->
<string name="downloader_delete_map">Delete Map</string>
<!-- Item in context menu. -->