swap assignment
This commit is contained in:
parent
1da9a7dad5
commit
66d4a5f03f
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_cy) + incompleteSuffix,};
|
||||
String[] valuesPl = ConfigureMapMenu.getSortedMapNamesIds(this, entries, entries);
|
||||
String[] idsPl = ConfigureMapMenu.getSortedMapNamesIds(this, entries, entrieValues);
|
||||
String[] idsPl = ConfigureMapMenu.getSortedMapNamesIds(this, entrieValues, entries);
|
||||
registerListPreference(settings.PREFERRED_LOCALE, screen, valuesPl, idsPl);
|
||||
|
||||
// Display "Device language" in Latin for all non-en languages
|
||||
|
|
Loading…
Reference in a new issue