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

Unified Diff: libadblockplus-android-settings/res/xml/preference_adblock_general.xml

Issue 29684564: Issue 6320 - Add summary for adblock setting (Closed)
Patch Set: fixed capitalization Created Jan. 31, 2018, 8:17 a.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 | « libadblockplus-android-settings/res/values/adblock_settings_strings.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-settings/res/xml/preference_adblock_general.xml
diff --git a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml b/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
index 73fc39d0a0f1c74ac26578e03495911842af192e..1770b9600b6f2586bd5f2d1f993f3ad63851d729 100644
--- a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
+++ b/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
@@ -4,7 +4,8 @@
<!-- Adblock: enabled/disabled -->
<SwitchPreference
android:key="@string/fragment_adblock_settings_enabled_key"
- android:title="@string/fragment_adblock_settings_enabled_title" />
+ android:title="@string/fragment_adblock_settings_enabled_title"
+ android:summary="@string/fragment_adblock_settings_enabled_summary" />
<!-- Filter lists -->
<MultiSelectListPreference
« no previous file with comments | « libadblockplus-android-settings/res/values/adblock_settings_strings.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld