Merge pull request #4354 from Stypox/restriction-strings

Improve age restriction and yt restricted content strings
This commit is contained in:
Tobias Groza 2020-10-11 12:14:13 +02:00 committed by GitHub
commit e7edc7605a
3 changed files with 11 additions and 7 deletions

View file

@ -49,13 +49,15 @@
app:iconSpaceReserved="false"
android:defaultValue="false"
android:key="@string/show_age_restricted_content"
android:title="@string/show_age_restricted_content_title"/>
android:title="@string/show_age_restricted_content_title"
android:summary="@string/show_age_restricted_content_summary"/>
<SwitchPreferenceCompat
app:iconSpaceReserved="false"
android:defaultValue="false"
android:key="@string/youtube_restricted_mode_enabled"
android:title="@string/youtube_restricted_mode_enabled_title"/>
android:title="@string/youtube_restricted_mode_enabled_title"
android:summary="@string/youtube_restricted_mode_enabled_summary"/>
<SwitchPreferenceCompat
app:iconSpaceReserved="false"