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

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

Issue 29763638: Issue 6632 - Add missing translations and new languages (Closed)
Patch Set: Updated French Canadian translations Created May 2, 2018, 11:13 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
===================================================================
--- a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
+++ b/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 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
android:key="adblock_filter_lists"
android:title="@string/fragment_adblock_settings_filter_lists_title"
android:summary="@string/fragment_adblock_settings_filter_lists_summary" />
<!-- Acceptable Ads: enabled/disabled -->
« 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