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

Unified Diff: mobile/android/base/resources/xml-v11/preferences.xml

Issue 29341460: Issue 3069 - Change settings label from "Ad blocking" to "Adblock Plus" (Closed)
Patch Set: Leaving changes for just the en-US file as discussed with René Created May 17, 2016, 3:30 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
Index: mobile/android/base/resources/xml-v11/preferences.xml
===================================================================
--- a/mobile/android/base/resources/xml-v11/preferences.xml
+++ b/mobile/android/base/resources/xml-v11/preferences.xml
@@ -31,17 +31,17 @@
<PreferenceScreen android:title="@string/pref_category_privacy_short"
android:summary="@string/pref_category_privacy_summary"
android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
<extra android:name="resource"
android:value="preferences_privacy" />
</PreferenceScreen>
<!-- Adblocking preferences -->
- <PreferenceScreen android:title="@string/abb_pref_category_adblocking"
+ <PreferenceScreen android:title="@string/abb_pref_category_abp"
android:summary="@string/abb_pref_category_adblocking_summary_main"
android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
<extra android:name="resource"
android:value="preferences_abb_abp" />
</PreferenceScreen>
<PreferenceScreen android:title="@string/pref_category_language"
android:summary="@string/pref_category_language_summary"

Powered by Google App Engine
This is Rietveld