diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 33a0dd991..b570c217d 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 1eee1fe3c..56b0bc821 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" />