Code review fixes.

This commit is contained in:
vng 2014-08-19 19:34:43 +03:00 committed by Alex Zolotarev
parent d475f1b1ea
commit 2398421591
3 changed files with 9 additions and 9 deletions

View file

@ -237,7 +237,7 @@ UNIT_TEST(OsmType_AlabamaRiver)
TEST_EQUAL(params.m_Types.size(), 1, ());
}
UNIT_TEST(OsmType_Synonims)
UNIT_TEST(OsmType_Synonyms)
{
// Smoke test.
{

View file

@ -268,9 +268,9 @@ namespace ftype
}
};
/// Process synonim tags to match existing classificator types.
/// Process synonym tags to match existing classificator types.
/// @todo We are planning to rewrite classificator <-> tags matching.
class do_replace_synonims
class do_replace_synonyms
{
public:
typedef bool result_type;
@ -301,7 +301,7 @@ namespace ftype
void process_synonims(XMLElement * p)
{
for_each_tag(p, do_replace_synonims());
for_each_tag(p, do_replace_synonyms());
}
//#ifdef DEBUG

View file

@ -3520,7 +3520,7 @@
en = Promo Code Activation
tags = android
comment = Promocode Activation dialog title
cs = Uplatnit kód
cs = Uplatnit kód
de = Aktivierung des Aktionscodes
fr = Activation de code de promotion
pl = Aktywacja kodu promocyjnego
@ -3535,7 +3535,7 @@
en = Enter Promo Code
tags = android
comment = Enter promo code hint
cs = Zadej promo kód
cs = Zadej promo kód
de = Geben Sie den Aktionscode ein
fr = Entrer le code de promotion
pl = Wprowadź kod promocyjny
@ -3551,7 +3551,7 @@
en = Promo code is activated!
tags = android
comment = Promocode Activation success message
cs = Kód byl úspěšně přijat!
cs = Kód byl úspěšně přijat!
de = Aktionscode wurde aktiviert!
fr = Code de promotion activé !
pl = Kod promocyjny został aktywowany!
@ -3567,7 +3567,7 @@
en = Connection error. Please try again later.
tags = android
comment = Promocode Activation connection/io error
cs = Chyba připojení. Opakuj akci později.
cs = Chyba připojení. Opakuj akci později.
de = Verbindungsfehler: Bitte versuchen Sie es später erneut.
fr = Erreur de connexion. Veuillez recommencer ultérieurement.
pl = Błąd połączenia. Proszę spróbować ponownie później.
@ -3583,7 +3583,7 @@
en = Invalid promo code. Please try again.
tags = android
comment = Promocode Activation is invalid message.
cs = Nesprávný kód! Opakuj zadání.
cs = Nesprávný kód! Opakuj zadání.
de = Ungültiger Aktionscode. Bitte versuchen Sie es nochmals.
fr = Code de promotion non valide. Veuillez recommencer.
pl = Błędny kod promocyjny. Spróbuj ponownie.