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:
authorSergey Yershov <yershov@corp.mail.ru>2016-03-16 17:49:31 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:33 +0300
commitb6877e7cee10760a7e98542405edb30ff98bbcae (patch)
treed01c6831b1f94d33247b31f219bffda36a1e30d6 /platform
parentffc62a4adac8c0a17fdb943b3d65da55429e7ba4 (diff)
[new downloader] Fix Xcode project
Diffstat (limited to 'platform')
-rw-r--r--platform/get_text_by_id.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/get_text_by_id.cpp b/platform/get_text_by_id.cpp
index a93e42a03a..68d1709aa1 100644
--- a/platform/get_text_by_id.cpp
+++ b/platform/get_text_by_id.cpp
@@ -71,7 +71,7 @@ TGetTextByIdPtr GetTextByIdFactory(TextSource textSource, string const & localeN
if (GetJsonBuffer(textSource, kDefaultLanguage, jsonBuffer))
return MakeGetTextById(jsonBuffer, kDefaultLanguage);
- ASSERT(false, ("sound.txt does not contain default language."));
+ ASSERT(false, ("Can't find translate for default language. (Lang:", localeName, ")"));
return nullptr;
}