| Index: mobile/android/base/resources/xml/preferences_abb_adblocking.xml | 
| diff --git a/mobile/android/base/resources/xml/preferences_abb_adblocking.xml b/mobile/android/base/resources/xml/preferences_abb_adblocking.xml | 
| index bcba2b26fdf0f4b69028654a5083b719221af541..5cd7765b5718b8f9e777dee2ff2907d980da26eb 100644 | 
| --- a/mobile/android/base/resources/xml/preferences_abb_adblocking.xml | 
| +++ b/mobile/android/base/resources/xml/preferences_abb_adblocking.xml | 
| @@ -1,12 +1,7 @@ | 
| <?xml version="1.0" encoding="utf-8"?> | 
| -<!-- This Source Code Form is subject to the terms of the Mozilla Public | 
| -   - License, v. 2.0. If a copy of the MPL was not distributed with this | 
| -   - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 
| - | 
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | 
| xmlns:gecko="http://schemas.android.com/apk/res-auto" | 
| -                  android:title="@string/abb_pref_category_adblocking" | 
| -                  android:enabled="false"> | 
| +                  android:title="@string/abb_pref_category_adblocking" > | 
| <org.adblockplus.browser.SubscriptionPreferenceCategory | 
| android:title="@string/abb_adblocking_active_languages" | 
| android:key="android.not_a_preference.adblockbrowser.subscriptionEnabled" /> | 
|  |