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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-07-13 16:50:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:34 +0300
commit9958491649c3ad2e784f434914171fb468edee54 (patch)
tree50e8054f1d1dfa4bf9100f6110a1cd2d37b9598d /iphone/Maps/Classes/MapsAppDelegate.mm
parent24b0bfa805e704b9775259887800e9544431360f (diff)
Downloading maps button redesign. Adding new string resources to strings.txt and editing old ones.
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.mm')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 961303703e..385a66db6c 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -51,8 +51,8 @@ void InitLocalizedStrings()
// Texts on the map screen when map is not downloaded or is downloading
f.AddString("country_status_added_to_queue", [L(@"country_status_added_to_queue") UTF8String]);
f.AddString("country_status_downloading", [L(@"country_status_downloading") UTF8String]);
- f.AddString("country_status_download_routing", [L(@"country_status_download_routing") UTF8String]);
f.AddString("country_status_download", [L(@"country_status_download") UTF8String]);
+ f.AddString("country_status_download_without_routing", [L(@"country_status_download_without_routing") UTF8String]);
f.AddString("country_status_download_failed", [L(@"country_status_download_failed") UTF8String]);
f.AddString("try_again", [L(@"try_again") UTF8String]);
// Default texts for bookmarks added in C++ code (by URL Scheme API)