[old-map-downloader] Changed "cancel" string id for country status

This commit is contained in:
r.kuznetsov 2016-01-28 14:21:01 +03:00 committed by Sergey Yershov
parent d1ea974f0b
commit f01a5140ff
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ void FormatMapSize(uint64_t sizeInBytes, string & units, size_t & sizeToDownload
char const * DownloadMapButtonID = "country_status_download";
char const * DownloadMapWithoutSizeButtonID = "country_status_download_without_size";
char const * TryAgainButtonID = "try_again";
char const * DownloadCancelButtonID = "country_download_cancel";
char const * DownloadCancelButtonID = "cancel";
char const * DownloadingLabelID = "country_status_downloading";
char const * DownloadingFailedID = "country_status_download_failed";
char const * InQueueID = "country_status_added_to_queue";

View file

@ -69,7 +69,7 @@ void InitLocalizedStrings()
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("country_download_cancel", [L(@"cancel") UTF8String]);
f.AddString("cancel", [L(@"cancel") UTF8String]);
f.AddString("try_again", [L(@"try_again") UTF8String]);
// Default texts for bookmarks added in C++ code (by URL Scheme API)
f.AddString("dropped_pin", [L(@"dropped_pin") UTF8String]);

View file

@ -278,7 +278,7 @@ Framework::Framework()
m_stringsBundle.SetDefaultString("country_status_download_without_size", "Download map");
m_stringsBundle.SetDefaultString("country_status_download_failed", "Downloading\n^\nhas failed");
m_stringsBundle.SetDefaultString("country_status_download_without_routing", "Download map\nwithout routing (^ ^)");
m_stringsBundle.SetDefaultString("country_download_cancel", "Cancel");
m_stringsBundle.SetDefaultString("cancel", "Cancel");
m_stringsBundle.SetDefaultString("try_again", "Try Again");
m_stringsBundle.SetDefaultString("not_enough_free_space_on_sdcard", "Not enough space for downloading");