Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/xml/preferences_abb_abp.xml

Issue 29370610: Issue 4760 - Change Ad blocking settings text (Closed)
Patch Set: Renaming category_filters to category_languages Created Jan. 2, 2017, 5:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/base/resources/xml/preferences.xml ('k') | mobile/android/base/strings.xml.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/xml/preferences_abb_abp.xml
===================================================================
--- a/mobile/android/base/resources/xml/preferences_abb_abp.xml
+++ b/mobile/android/base/resources/xml/preferences_abb_abp.xml
@@ -9,18 +9,18 @@
<org.adblockplus.browser.AbpCheckBoxPreference android:key="android.not_a_preference.adblockbrowser.apiAdblockPlusEnabled"
android:title="@string/abb_pref_category_abp"
android:summary="@string/abb_pref_category_abp_summary"
android:defaultValue="true"
android:persistent="false" />
<PreferenceCategory android:title="@string/abb_pref_category_blocking"
android:dependency="android.not_a_preference.adblockbrowser.apiAdblockPlusEnabled" >
- <PreferenceScreen android:title="@string/abb_pref_category_adblocking"
- android:summary="@string/abb_pref_category_adblocking_summary" >
+ <PreferenceScreen android:title="@string/abb_pref_category_languages"
+ android:summary="@string/abb_pref_category_languages_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_adblocking" />
</intent>
</PreferenceScreen>
<PreferenceScreen android:title="@string/abb_pref_category_more_blocking"
« no previous file with comments | « mobile/android/base/resources/xml/preferences.xml ('k') | mobile/android/base/strings.xml.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld