This commit is contained in:
sonora 2016-05-30 10:26:52 +02:00
parent 84f100a631
commit 6efff77a9e

View file

@ -262,7 +262,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity implements OnR
getString(R.string.lang_uk), getString(R.string.lang_uk),
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, valuesPl); String[] idsPl = ConfigureMapMenu.getSortedMapNamesIds(this, entries, valuesPl);
registerListPreference(settings.PREFERRED_LOCALE, screen, idsPl, valuesPl); registerListPreference(settings.PREFERRED_LOCALE, screen, idsPl, valuesPl);