Commit 85eba10f5a3887891930658f29560d3e06e6dc58

Authored by Victor Cebollada
1 parent c5c60701

Fix for multilanguage demo.

* Fix the order of the language's names.
  First the language name written in its language/script,
  then the language name in English.

Change-Id: Ia1d1bf846218395e31f3f076343a592185b8cc9c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
shared/multi-language-strings.h
@@ -207,8 +207,8 @@ namespace MultiLanguageStrings @@ -207,8 +207,8 @@ namespace MultiLanguageStrings
207 "Molo Lizwe" 207 "Molo Lizwe"
208 }, 208 },
209 { 209 {
210 - "Amharic",  
211 - "(አማርኛ)", 210 + "አማርኛ",
  211 + "(Amharic)",
212 "ያስገቡት PIN ትክክለኛ አይደለም። እባክዎ እንደገና ይሞክሩ።" 212 "ያስገቡት PIN ትክክለኛ አይደለም። እባክዎ እንደገና ይሞክሩ።"
213 } 213 }
214 }; 214 };