From a68fabd3a7da7ecfdb10f13eb88074fdacc9c91e Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Wed, 18 Sep 2019 10:36:09 -0700 Subject: [PATCH] For #1749 - Update to new ETP Settings Strings (#5395) --- app/src/main/res/values/strings.xml | 6 ++++++ app/src/main/res/xml/tracking_protection_preferences.xml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 33a0dd991c..b570c217dc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -808,8 +808,14 @@ Standard (recommended) Balanced for protection and performance. + + Pages will load normally, but block fewer trackers. Strict + + Strict (Default) + + Stronger tracking protection and faster performance, but some sites may not work properly. Strict (recommended) diff --git a/app/src/main/res/xml/tracking_protection_preferences.xml b/app/src/main/res/xml/tracking_protection_preferences.xml index 1eee1fe3c6..56b0bc821e 100644 --- a/app/src/main/res/xml/tracking_protection_preferences.xml +++ b/app/src/main/res/xml/tracking_protection_preferences.xml @@ -19,15 +19,15 @@ android:defaultValue="false" android:dependency="@string/pref_key_tracking_protection" android:key="@string/pref_key_tracking_protection_standard" - android:summary="@string/preference_enhanced_tracking_protection_standard_description" + android:summary="@string/preference_enhanced_tracking_protection_standard_description_2" android:title="@string/preference_enhanced_tracking_protection_standard_option" app:isPreferenceVisible="false" />