Update SettingsGeneralActivity.java

Correct typo: checkPreffered -> checkPreferred
This commit is contained in:
hvdwolf 2014-07-26 15:45:41 +02:00
parent ed51eb6ff6
commit 7daf391753

View file

@ -394,7 +394,7 @@ public class SettingsGeneralActivity extends SettingsBaseActivity {
updateAllSettings();
} else if (id.equals(settings.PREFERRED_LOCALE.getId())) {
// restart application to update locale
getMyApplication().checkPrefferedLocale();
getMyApplication().checkPreferredLocale();
Intent intent = getIntent();
finish();
startActivity(intent);