Merge pull request #4354 from Stypox/restriction-strings
Improve age restriction and yt restricted content strings
This commit is contained in:
commit
e7edc7605a
3 changed files with 11 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue