Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-02-28 22:04:28 +01:00
commit 7df6b57663

View file

@ -233,7 +233,7 @@ public class SettingsNavigationActivity extends SettingsBaseActivity {
if (MORE_VALUE.equals(newValue)) {
// listPref.set(oldValue); // revert the change..
final Intent intent = new Intent(this, DownloadIndexActivity.class);
intent.putExtra(DownloadIndexActivity.FILTER_KEY, "voice");
intent.putExtra(DownloadIndexActivity.FILTER_KEY, getString(R.string.voice));
startActivity(intent);
} else {
super.onPreferenceChange(preference, newValue);