| Index: mobile/android/base/resources/xml/preferences.xml | 
| =================================================================== | 
| --- a/mobile/android/base/resources/xml/preferences.xml | 
| +++ b/mobile/android/base/resources/xml/preferences.xml | 
| @@ -42,17 +42,17 @@ | 
| <extra | 
| android:name="resource" | 
| android:value="preferences_privacy" /> | 
| </intent> | 
| </PreferenceScreen> | 
|  | 
| <!-- Adblocking preferences --> | 
| <PreferenceScreen android:title="@string/abb_pref_category_adblocking" | 
| -                      android:summary="@string/abb_pref_category_adblocking_summary_main" > | 
| +                      android:summary="@string/abb_pref_category_adblocking_summary" > | 
| <intent android:action="android.intent.action.VIEW" | 
| android:targetPackage="@string/android_package_name" | 
| android:targetClass="org.mozilla.gecko.preferences.GeckoPreferences" > | 
| <extra | 
| android:name="resource" | 
| android:value="preferences_abb_abp" /> | 
| </intent> | 
| </PreferenceScreen> | 
|  |