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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-03-16 14:53:53 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:31 +0300
commit13cc393e39071cf09f025a44ee5c74b7182e100e (patch)
treef150755e7ef3d722024b58a151681d0351291d26 /indexer/cuisines.hpp
parenta66d3d752c1d086916f3564df64e06b61de4e4d5 (diff)
[ios] Fixed cuisines editing with untranslated keys.
Diffstat (limited to 'indexer/cuisines.hpp')
-rw-r--r--indexer/cuisines.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/cuisines.hpp b/indexer/cuisines.hpp
index 2d745e302c..049f545372 100644
--- a/indexer/cuisines.hpp
+++ b/indexer/cuisines.hpp
@@ -23,7 +23,7 @@ public:
void ParseAndLocalize(string const & osmRawCuisinesTagValue, vector<string> & outCuisines,
string const & lang = languages::GetCurrentTwine());
/// @param[in] lang should be in our twine strings.txt/cuisines.txt format.
- /// @returns translated cuisine.
+ /// @returns translated cuisine (can be empty, if we can't translate key).
string Translate(string const & singleOsmCuisine,
string const & lang = languages::GetCurrentTwine());
/// @returns list of osm cuisines in cuisines.txt (not localized).