swap order
This commit is contained in:
parent
fc74cb4e1e
commit
76bd9d322c
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
|
||||||
getString(R.string.lang_vi) + incompleteSuffix,
|
getString(R.string.lang_vi) + incompleteSuffix,
|
||||||
getString(R.string.lang_cy) + incompleteSuffix,};
|
getString(R.string.lang_cy) + incompleteSuffix,};
|
||||||
String[] valuesPl = ConfigureMapMenu.getSortedMapNamesIds(this, entrieValues, entrieValues);
|
String[] valuesPl = ConfigureMapMenu.getSortedMapNamesIds(this, entrieValues, entrieValues);
|
||||||
String[] idsPl = ConfigureMapMenu.getSortedMapNamesIds(this, entries, entriesValues);
|
String[] idsPl = ConfigureMapMenu.getSortedMapNamesIds(this, entriesValues, entries);
|
||||||
registerListPreference(settings.PREFERRED_LOCALE, screen, valuesPl, idsPl);
|
registerListPreference(settings.PREFERRED_LOCALE, screen, valuesPl, idsPl);
|
||||||
|
|
||||||
// Display "Device language" in Latin for all non-en languages
|
// Display "Device language" in Latin for all non-en languages
|
||||||
|
|
Loading…
Reference in a new issue