| Index: adblockplussbrowser/res/xml/preferences_main.xml | 
| =================================================================== | 
| --- a/adblockplussbrowser/res/xml/preferences_main.xml | 
| +++ b/adblockplussbrowser/res/xml/preferences_main.xml | 
| @@ -30,16 +30,20 @@ | 
|  | 
| <org.adblockplus.sbrowser.contentblocker.preferences.MultilineListPreference | 
| 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"/> | 
|  | 
| +    <Preference android:title="@string/update_subscriptions" | 
| +        android:key="@string/key_update_subscriptions" | 
| +        android:summary="@string/update_subscriptions_summary"/> | 
| + | 
| <PreferenceCategory | 
| android:title="@string/acceptable_ads_category"> | 
|  | 
| <org.adblockplus.sbrowser.contentblocker.preferences.MultilineCheckBoxPreference | 
| android:defaultValue="true" | 
| android:key="@string/key_acceptable_ads" | 
| android:singleLine="false" | 
| android:title="@string/enable_acceptable_ads"/> | 
|  |