| Index: adblockplussbrowser/res/xml/preferences_main.xml |
| =================================================================== |
| --- a/adblockplussbrowser/res/xml/preferences_main.xml |
| +++ b/adblockplussbrowser/res/xml/preferences_main.xml |
| @@ -33,17 +33,17 @@ |
| android:title="@string/whitelisted_websites"> |
| <org.adblockplus.sbrowser.contentblocker.WhitelistedWebsitesPreferenceCategory/> |
| </PreferenceScreen> |
| <ListPreference |
| android:layout_width="fill_parent" |
| android:layout_height="wrap_content" |
| - android:defaultValue="1" |
| + android:defaultValue="@string/download_settings_value_wifi" |
| android:entries="@array/download_settings" |
| android:entryValues="@array/download_settings_values" |
| android:key="@string/key_automatic_updates" |
| android:title="@string/automatic_updates" /> |
| <PreferenceCategory |
| android:layout_width="fill_parent" |
| android:layout_height="wrap_content" |