Fixed case for Russian language to fit the rest of the languages

This commit is contained in:
dcuartielles 2012-04-11 10:14:48 +03:00
parent c540ac19b3
commit 9a340926da
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class Preferences {
"فارسی" + " (" + _("Persian") + ")",
"Português" + " (" + _("Portuguese") + ")",
"Română" + " (" + _("Romanian") + ")",
"русский" + " (" + _("Russian") + ")",
"Русский" + " (" + _("Russian") + ")",
"Español" + " (" + _("Spanish") + ")"};
String[] languagesISO = {
"",