Update title/summary for yt improvement options
This commit is contained in:
@@ -103,15 +103,15 @@
|
||||
android:title="@string/youtube">
|
||||
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
||||
android:key="hide_youtube_recommended_content"
|
||||
android:title="@string/hide_youtube_recommended_content"
|
||||
android:title="@string/block_youtube_recommended_content"
|
||||
android:order="25"
|
||||
android:summary="@string/hide_youtube_recommended_content_description"
|
||||
android:summary="@string/block_youtube_recommended_content_description"
|
||||
android:defaultValue="true" />
|
||||
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
|
||||
android:key="hide_youtube_distracting_elements"
|
||||
android:title="@string/hide_youtube_distracting_elements"
|
||||
android:title="@string/block_youtube_distracting_elements"
|
||||
android:order="25"
|
||||
android:summary="@string/hide_youtube_distracting_elements_description"
|
||||
android:summary="@string/block_youtube_distracting_elements_description"
|
||||
android:defaultValue="true" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
|
||||
@@ -390,17 +390,17 @@ This file contains all "about" strings. It is set to NOT be translated, in tran
|
||||
<message name="IDS_YOUTUBE" desc="Text for youtube">
|
||||
Youtube
|
||||
</message>
|
||||
<message name="IDS_HIDE_YOUTUBE_RECOMMENDED_CONTENT" desc="Hide YouTube Recommended Content">
|
||||
Hide YouTube Recommended Content
|
||||
<message name="IDS_BLOCK_YOUTUBE_RECOMMENDED_CONTENT" desc="Hide YouTube Recommended Content">
|
||||
Block YouTube recommended content
|
||||
</message>
|
||||
<message name="IDS_HIDE_YOUTUBE_RECOMMENDED_CONTENT_DESCRIPTION" desc="Hides the up next, home feed and end card elements on YouTube.">
|
||||
Hides the up next and end card elements on YouTube.
|
||||
<message name="IDS_BLOCK_YOUTUBE_RECOMMENDED_CONTENT_DESCRIPTION" desc="Hides the up next, home feed and end card elements on YouTube.">
|
||||
Blocks the up next and end card elements on youtube.com.
|
||||
</message>
|
||||
<message name="IDS_HIDE_YOUTUBE_DISTRACTING_ELEMENTS" desc="Hide YouTube Distracting Elements">
|
||||
Hide YouTube Distracting Elements
|
||||
<message name="IDS_BLOCK_YOUTUBE_DISTRACTING_ELEMENTS" desc="Hide YouTube Distracting Elements">
|
||||
Block YouTube distracting elements
|
||||
</message>
|
||||
<message name="IDS_HIDE_YOUTUBE_DISTRACTING_ELEMENTS_DESCRIPTION" desc="Hides the sign in, menu, comments and video info elements on YouTube.">
|
||||
Hides the sign in, menu, comments and video info elements on YouTube.
|
||||
<message name="IDS_BLOCK_YOUTUBE_DISTRACTING_ELEMENTS_DESCRIPTION" desc="Hides the sign in, menu, comments and video info elements on YouTube.">
|
||||
Blocks the sign in, menu, comments, and video info elements on youtube.com.
|
||||
</message>
|
||||
<message name="IDS_BRAVE_SHIELDS_SOCIAL_BLOCKING_TITLE" desc="Title for social media blocking.">
|
||||
Social Media Blocking
|
||||
|
||||
Reference in New Issue
Block a user