Improve strings (2.0) (#42)

* (Reddit): Improve patch descriptions

* (Reddit): Fix grammar in new patch descriptions

* fix (YTM): Typo in toggle description

* fix (Remove viewer discretion dialog): Typo

* (YT Music): Improve patch descriptions

* (Zen mode): Use "Grey" instead of "Gray"

* (Opus codec): Make description more specific

* (YT Music): Update in-app strings and toasts

* (YTM - Change start page) Fix typos

* (Enable old player layout): Make disclaimer more descriptive

* (Reddit - Open links directly): Grammar in description

* Update some in-app descriptions

* Apply suggestion from review

* (Reddit - Hide toolbar button): Update description

* (Reddit - Recently visted shelf): Grammar in description

* (YTM): Make strings consistent

* (YT): Descriptions and strings for some patches

* (YT Music -Hide account menu): Clarity string
This commit is contained in:
KobeW50
2024-01-17 05:09:34 -05:00
committed by GitHub
parent 2985e25ad3
commit 34e5606c22
21 changed files with 59 additions and 59 deletions

View File

@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Patch(
name = "Hide handle",
description = "Adds an option to hide the handle in the account switcher.",
description = "Adds an option to hide the handle in the account menu.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class

View File

@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide recently visited shelf",
description = "Adds an option to hide the recently visited shelf in sidebar.",
description = "Adds an option to hide the recently visited shelf in the sidebar.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)

View File

@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide toolbar button",
description = "Adds an option to hide the \"r/place\" or Reddit recap button in the toolbar.",
description = "Adds an option to hide the r/place or Reddit recap button in the toolbar.",
dependencies =
[
SettingsPatch::class,

View File

@ -17,7 +17,7 @@ import org.w3c.dom.Element
@Patch(
name = "Hide general ads",
description = "Hides general ads.",
description = "Adds options to hide general ads.",
dependencies = [
DoubleBackToClosePatch::class,
GeneralAdsBytecodePatch::class,

View File

@ -9,7 +9,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
@Patch(
name = "Hide video ads",
description = "Hides ads in the video player.",
description = "Adds an option to hide ads in the video player.",
dependencies = [SettingsPatch::class],
compatiblePackages = [
CompatiblePackage(

View File

@ -30,7 +30,7 @@ import com.android.tools.smali.dexlib2.immutable.ImmutableMethod
@Patch(
name = "Alternative thumbnails",
description = "Adds an option to replace video thumbnails with still image captures of the video.",
description = "Adds options to replace video thumbnails using the DeArrow API or image captures from the video.",
dependencies = [SettingsPatch::class],
compatiblePackages = [
CompatiblePackage(

View File

@ -10,7 +10,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
@Patch(
name = "Hide button container",
description = "Adds the options to hide action buttons under a video.",
description = "Adds options to hide action buttons below the video player.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class

View File

@ -10,7 +10,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
@Patch(
name = "Hide comment component",
description = "Hides components related to comments.",
description = "Adds options to hide components related to comments.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class

View File

@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Enable bottom player gestures",
description = "Switching to fullscreen by swiping the bottom area of the player.",
description = "Adds an option to enter fullscreen when swiping down below the video player.",
dependencies = [SettingsPatch::class],
compatiblePackages = [
CompatiblePackage(

View File

@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Patch(
name = "Hide feed flyout panel",
description = "Hides feed flyout panel components.",
description = "Adds the ability to hide feed flyout panel components using a custom filter.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class

View File

@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Enable old quality layout",
description = "Enables the original quality flyout menu.",
description = "Adds an option to restore the old video quality menu with specific video resolution options.",
dependencies = [
BottomSheetRecyclerViewPatch::class,
LithoFilterPatch::class,

View File

@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide player flyout panel",
description = "Hides player flyout panel components.",
description = "Adds options to hide player flyout panel components.",
dependencies = [
LithoFilterPatch::class,
PlayerTypeHookPatch::class,

View File

@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide autoplay preview",
description = "Hides the autoplay preview container in the fullscreen.",
description = "Adds an option to hide the autoplay preview container when in fullscreen.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class

View File

@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Enable compact controls overlay",
description = "Enables compact control overlay.",
description = "Adds an option to make the fullscreen controls compact.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class

View File

@ -16,7 +16,7 @@ import app.revanced.util.exception
@Patch(
name = "Hide end screen overlay",
description = "Hide end screen overlay on swipe controls.",
description = "Adds an option to hide the overlay in fullscreen when swiping up and at the end of videos.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class

View File

@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
@Patch(
name = "Force fullscreen",
description = "Switch the video to fullscreen.",
description = "Adds an option to forcefully open videos in fullscreen.",
dependencies = [SettingsPatch::class],
compatiblePackages = [
CompatiblePackage(

View File

@ -26,7 +26,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
@Patch(
name = "Hide fullscreen panels",
description = "Hides video description and comments panel in fullscreen view.",
description = "Adds an option to hide panels such as live chat when in fullscreen.",
dependencies = [
QuickActionsHookPatch::class,
SettingsPatch::class

View File

@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Disable landscape mode",
description = "Disable landscape mode when entering fullscreen.",
description = "Adds an option to disable landscape mode when entering fullscreen.",
dependencies = [SettingsPatch::class],
compatiblePackages = [
CompatiblePackage(

View File

@ -11,7 +11,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
@Patch(
name = "Quick actions components",
description = "Adds options to customize quick action components in fullscreen.",
description = "Adds options to hide and customize components below the seekbar in fullscreen.",
dependencies = [
LithoFilterPatch::class,
QuickActionsHookPatch::class,

View File

@ -20,7 +20,7 @@
<string name="revanced_change_start_page_entry_home">Home</string>
<string name="revanced_change_start_page_entry_library">Library</string>
<string name="revanced_change_start_page_entry_subscription">Subscriptions</string>
<string name="revanced_change_start_page_summary">Changes the start page of the app.</string>
<string name="revanced_change_start_page_summary">Select which page the app opens in.</string>
<string name="revanced_change_start_page_title">Change start page</string>
<string name="revanced_custom_filter_strings_summary">Configure which components to filter, separated by new lines.</string>
<string name="revanced_custom_filter_strings_title">Edit custom filter</string>
@ -28,10 +28,10 @@
<string name="revanced_custom_filter_summary">Enables the custom filter to hide layout components.</string>
<string name="revanced_custom_filter_title">Enable custom filter</string>
<string name="revanced_custom_playback_speeds_invalid">Invalid custom playback speeds. Speeds reset to default.</string>
<string name="revanced_custom_playback_speeds_summary">Configure the playback speeds available.</string>
<string name="revanced_custom_playback_speeds_summary">Configure the available playback speeds.</string>
<string name="revanced_custom_playback_speeds_title">Edit custom playback speeds</string>
<string name="revanced_custom_playback_speeds_warning" formatted="false">Custom speeds can\'t be more than %sx.</string>
<string name="revanced_disable_auto_captions_summary">Disables forced auto captions.</string>
<string name="revanced_disable_auto_captions_summary">Disables captions from being automatically enabled.</string>
<string name="revanced_disable_auto_captions_title">Disable forced auto captions</string>
<string name="revanced_downloader_not_installed" formatted="false">%s is not installed. Please install it.</string>
<string name="revanced_enable_black_navigation_bar_summary">Sets the navigation bar color to black.</string>
@ -69,7 +69,7 @@ WARNING: Do not enable "New player background" while this is enabled."</string>
<string name="revanced_enable_save_playback_speed_title">Enable save playback speed</string>
<string name="revanced_enable_save_video_quality_summary">Remembers the last video quality selected.</string>
<string name="revanced_enable_save_video_quality_title">Enable save video quality</string>
<string name="revanced_enable_sleep_timer_summary">Adds sleep timer to the flyout menu.</string>
<string name="revanced_enable_sleep_timer_summary">Adds the sleep timer to the flyout menu.</string>
<string name="revanced_enable_sleep_timer_title">Enable sleep timer</string>
<string name="revanced_enable_zen_mode_summary">Changes the player background to light grey to reduce eye strain.</string>
<string name="revanced_enable_zen_mode_title">Enable zen mode</string>
@ -91,7 +91,7 @@ WARNING: Do not enable "New player background" while this is enabled."</string>
<string name="revanced_flyout_panel_watch_on_youtube">Watch on YouTube</string>
<string name="revanced_hide_account_menu_empty_component_summary">Hides empty components in the account menu.</string>
<string name="revanced_hide_account_menu_empty_component_title">Hide empty component</string>
<string name="revanced_hide_account_menu_summary">Hide account menu elements.</string>
<string name="revanced_hide_account_menu_summary">Hides account menu elements in the custom filter.</string>
<string name="revanced_hide_account_menu_title">Hide account menu</string>
<string name="revanced_hide_action_button_add_to_playlist_summary">Hides add to playlist button.</string>
<string name="revanced_hide_action_button_add_to_playlist_title">Hide add to playlist button</string>
@ -172,15 +172,15 @@ WARNING: Do not enable "New player background" while this is enabled."</string>
<string name="revanced_hide_premium_renewal_title">Hide premium renewal banner</string>
<string name="revanced_hide_samples_button_summary">Hides the samples button.</string>
<string name="revanced_hide_samples_button_title">Hide samples button</string>
<string name="revanced_hide_terms_container_summary">Hides terms of service container.</string>
<string name="revanced_hide_terms_container_summary">Hides the terms of service container.</string>
<string name="revanced_hide_terms_container_title">Hide terms container</string>
<string name="revanced_hide_upgrade_button_summary">Hides the upgrade button.</string>
<string name="revanced_hide_upgrade_button_title">Hide upgrade button</string>
<string name="revanced_hook_action_button_download_summary">Replaces the offline download button with an external download button.</string>
<string name="revanced_hook_action_button_download_title">Hook download button</string>
<string name="revanced_playback_speed_normal">Normal</string>
<string name="revanced_playlist_dismiss">Already playing official music source.</string>
<string name="revanced_playlist_error">Official music source not available.</string>
<string name="revanced_playlist_dismiss">Already playing from the official music source.</string>
<string name="revanced_playlist_error">Official music source is unavailable.</string>
<string name="revanced_remove_viewer_discretion_dialog_summary">"Removes the viewer discretion dialog.
This does not bypass the age restriction. It just accepts it automatically."</string>
<string name="revanced_remove_viewer_discretion_dialog_title">Remove viewer discretion dialog</string>
@ -200,15 +200,15 @@ This does not bypass the age restriction. It just accepts it automatically."</st
<string name="revanced_ryd_attribution_summary">Data is provided by the Return YouTube Dislike API. Tap here to learn more.</string>
<string name="revanced_ryd_compact_layout_summary">Hides the separator of the like button.</string>
<string name="revanced_ryd_compact_layout_title">Compact like button</string>
<string name="revanced_ryd_dislike_percentage_summary">Instead of the number of dislikes, the percentage of dislikes is shown.</string>
<string name="revanced_ryd_dislike_percentage_summary">Displays the percentage of dislikes instead of the dislike count.</string>
<string name="revanced_ryd_dislike_percentage_title">Dislikes as percentage</string>
<string name="revanced_ryd_enabled_summary">Shows the dislike count of videos.</string>
<string name="revanced_ryd_failure_connection_timeout">Dislikes temporarily not available (API timed out).</string>
<string name="revanced_ryd_failure_connection_status_code" formatted="false">Dislikes not available (status %d).</string>
<string name="revanced_ryd_failure_client_rate_limit_requested">Dislikes not available (client API limit reached).</string>
<string name="revanced_ryd_failure_generic">Dislikes not available (%s).</string>
<string name="revanced_ryd_toast_on_connection_error_summary">Toast is shown if Return YouTube Dislike is not available.</string>
<string name="revanced_ryd_toast_on_connection_error_title">Show a toast if API is not available</string>
<string name="revanced_ryd_failure_connection_timeout">Dislikes are temporarily unavailable (API timed out).</string>
<string name="revanced_ryd_failure_connection_status_code" formatted="false">Dislikes are unavailable (status %d).</string>
<string name="revanced_ryd_failure_client_rate_limit_requested">Dislikes are unavailable (client API limit reached).</string>
<string name="revanced_ryd_failure_generic">Dislikes are unavailable (%s).</string>
<string name="revanced_ryd_toast_on_connection_error_summary">Shows a toast if the Return YouTube Dislike API is unavailable.</string>
<string name="revanced_ryd_toast_on_connection_error_title">Show a toast if API is unavailable</string>
<string name="revanced_ryd_video_likes_hidden_by_video_owner">Hidden</string>
<string name="revanced_sanitize_sharing_links_summary">Removes tracking query parameters from URLs when sharing links.</string>
<string name="revanced_sanitize_sharing_links_title">Sanitize sharing links</string>
@ -222,7 +222,7 @@ This does not bypass the age restriction. It just accepts it automatically."</st
• This will change the appearance of the app, but unknown side effects may occur.
• If later turned off, the old UI may remain until the app data is cleared."</string>
<string name="revanced_spoof_app_version_target_entry_4_27_53">4.27.53 - Disable radio mode in Canadian regions</string>
<string name="revanced_spoof_app_version_target_entry_6_10_53">6.10.53 - Disable real time lyrics</string>
<string name="revanced_spoof_app_version_target_entry_6_10_53">6.10.53 - Disable real-time lyrics</string>
<string name="revanced_spoof_app_version_target_summary">Select the spoof app version target.</string>
<string name="revanced_spoof_app_version_target_title">Spoof app version target</string>
<string name="revanced_spoof_app_version_title">Spoof app version</string>
@ -231,11 +231,11 @@ This does not bypass the age restriction. It just accepts it automatically."</st
<string name="sb_enabled">Enable SponsorBlock</string>
<string name="sb_enabled_sum">SponsorBlock is a crowd-sourced system for skipping annoying parts of YouTube videos.</string>
<string name="sb_toast_on_connection_error">Show a toast if API is not available</string>
<string name="sb_toast_on_connection_error_sum">Toast is shown if SponsorBlock is not available.</string>
<string name="sb_toast_on_connection_error">Show a toast if API is unavailable</string>
<string name="sb_toast_on_connection_error_sum">Shows a toast if the SponsorBlock API is unavailable.</string>
<string name="sb_toast_on_skip">Show a toast when skipping automatically</string>
<string name="sb_toast_on_skip_sum">Toast is shown when a segment is automatically skipped.</string>
<string name="sb_toast_on_skip_sum">Shows a toast when a segment is automatically skipped.</string>
<string name="sb_api_url">Change API URL</string>
<string name="sb_api_url_sum">The address SponsorBlock uses to make calls to the server. Do not change this unless you know what you\'re doing.</string>
@ -277,9 +277,9 @@ This does not bypass the age restriction. It just accepts it automatically."</st
<string name="sb_skip_automatically">Skip automatically</string>
<string name="sb_skip_ignore">Disable</string>
<string name="sb_sponsorblock_connection_failure_generic">SponsorBlock temporarily not available.</string>
<string name="sb_sponsorblock_connection_failure_status" formatted="false">SponsorBlock temporarily not available (status %d).</string>
<string name="sb_sponsorblock_connection_failure_timeout">SponsorBlock temporarily not available (API timed out).</string>
<string name="sb_sponsorblock_connection_failure_generic">SponsorBlock is temporarily unavailable.</string>
<string name="sb_sponsorblock_connection_failure_status" formatted="false">SponsorBlock is temporarily unavailable (status %d).</string>
<string name="sb_sponsorblock_connection_failure_timeout">SponsorBlock is temporarily unavailable (API timed out).</string>
<string name="sb_color_dot_label">Color:</string>
<string name="sb_color_changed">Color changed.</string>

View File

@ -35,7 +35,7 @@ Tap here to learn more about DeArrow."</string>
<string name="revanced_alt_thumbnail_stills_about_summary">Still captures are taken from the beginning / middle / end of each video. These images are built into YouTube and no external API is used.</string>
<string name="revanced_alt_thumbnail_stills_about_title">About still video captures</string>
<string name="revanced_alt_thumbnail_stills_fast_summary_off">Using high quality still captures.</string>
<string name="revanced_alt_thumbnail_stills_fast_summary_on">Using medium quality still captures. Thumbnails will load faster, but live streams, unreleased, or very old videos may show blank thumbnails.</string>
<string name="revanced_alt_thumbnail_stills_fast_summary_on">Using medium quality still captures. Thumbnails will load faster, but live streams, unreleased, and very old videos may show blank thumbnails.</string>
<string name="revanced_alt_thumbnail_stills_fast_title">Use fast still captures</string>
<string name="revanced_alt_thumbnail_stills_summary_off">Not using YouTube still video captures.</string>
<string name="revanced_alt_thumbnail_stills_summary_on">Using YouTube still video captures.</string>
@ -70,7 +70,7 @@ Tap here to learn more about DeArrow."</string>
<string name="revanced_channel_profile_title">Channel profile</string>
<string name="revanced_close_interstitial_ads_summary">"Automatically close interstitial ads.
Note: It's a feature that hasn't been tested."</string>
Note: This feature hasn't been tested."</string>
<string name="revanced_close_interstitial_ads_title">Close interstitial ads</string>
<string name="revanced_close_interstitial_ads_toast">Closing interstitial ads.</string>
<string name="revanced_comments_title">Comments</string>
@ -135,8 +135,8 @@ Note: Disabling the speed overlay restores the 'Slide to seek' behavior of the o
<string name="revanced_disable_startup_shorts_player_title">Disable shorts player at app startup</string>
<string name="revanced_double_back_timeout_summary">The amount of seconds the double press back to exit.</string>
<string name="revanced_double_back_timeout_title">Double back timeout</string>
<string name="revanced_enable_bottom_player_gestures_summary_off">Switching to fullscreen by swiping the bottom area of the player has been disabled.</string>
<string name="revanced_enable_bottom_player_gestures_summary_on">Switching to fullscreen by swiping the bottom area of the player has been enabled.</string>
<string name="revanced_enable_bottom_player_gestures_summary_off">Entering fullscreen when swiping down below the video player is disabled.</string>
<string name="revanced_enable_bottom_player_gestures_summary_on">Entering fullscreen when swiping down below the video player is enabled.</string>
<string name="revanced_enable_bottom_player_gestures_title">Enable bottom player gestures</string>
<string name="revanced_enable_compact_controls_overlay_summary_off">Compact controls overlay is disabled.</string>
<string name="revanced_enable_compact_controls_overlay_summary_on">Compact controls overlay is enabled.</string>
@ -168,8 +168,8 @@ Note: Disabling the speed overlay restores the 'Slide to seek' behavior of the o
<string name="revanced_enable_new_thumbnail_preview_summary_off">New thumbnail preview is disabled.</string>
<string name="revanced_enable_new_thumbnail_preview_summary_on">New thumbnail preview is enabled.</string>
<string name="revanced_enable_new_thumbnail_preview_title">Enable new thumbnail preview</string>
<string name="revanced_enable_old_quality_layout_summary_off">New style quality settings are shown.</string>
<string name="revanced_enable_old_quality_layout_summary_on">Old style quality settings are shown.</string>
<string name="revanced_enable_old_quality_layout_summary_off">New style quality options are shown.</string>
<string name="revanced_enable_old_quality_layout_summary_on">Old style quality options are shown.</string>
<string name="revanced_enable_old_quality_layout_title">Enable old style quality layout</string>
<string name="revanced_enable_open_links_directly_summary_off">Following default redirect policy.</string>
<string name="revanced_enable_open_links_directly_summary_on">Bypassing URL redirects.</string>
@ -254,10 +254,10 @@ You tab > View channel > Menu > Settings."</string>
<string name="revanced_external_downloader_settings_title">External downloader settings</string>
<string name="revanced_feed_flyout_panel_title">Feed flyout panel</string>
<string name="revanced_flyout_menu">Flyout menu</string>
<string name="revanced_force_fullscreen_summary">"Video will be switched to fullscreen in the following situations:
<string name="revanced_force_fullscreen_summary">"Videos will be switched to fullscreen in the following situations:
Clicked on the timestamp in the comments.
Video has started."</string>
When a timestamp in the comments is clicked on.
When a video is started."</string>
<string name="revanced_force_fullscreen_title">Force fullscreen</string>
<string name="revanced_fullscreen">Fullscreen</string>
<string name="revanced_general">General</string>
@ -370,8 +370,8 @@ Some components may not be hidden."</string>
<string name="revanced_hide_comments_by_members_summary_off">Comments by members banner is shown.</string>
<string name="revanced_hide_comments_by_members_summary_on">Comments by members banner is hidden.</string>
<string name="revanced_hide_comments_by_members_title">Hide comments by members banner</string>
<string name="revanced_hide_comments_section_summary_off">Comment section is shown.</string>
<string name="revanced_hide_comments_section_summary_on">Comment section is hidden.</string>
<string name="revanced_hide_comments_section_summary_off">Comments section is shown.</string>
<string name="revanced_hide_comments_section_summary_on">Comments section is hidden.</string>
<string name="revanced_hide_comments_section_title">Hide comments section</string>
<string name="revanced_hide_community_posts_home_summary_off">Community posts in home feed are shown.</string>
<string name="revanced_hide_community_posts_home_summary_on">Community posts in home feed are hidden.</string>
@ -400,10 +400,10 @@ Some components may not be hidden."</string>
<string name="revanced_hide_expandable_chip_summary_off">Expandable chips are shown.</string>
<string name="revanced_hide_expandable_chip_summary_on">Expandable chips are hidden.</string>
<string name="revanced_hide_expandable_chip_title">Hide expandable chip under videos</string>
<string name="revanced_hide_feed_flyout_panel_filter_strings_title">Edit feed flyout menus filter</string>
<string name="revanced_hide_feed_flyout_panel_summary_off">Feed flyout menus are shown.</string>
<string name="revanced_hide_feed_flyout_panel_summary_on">Feed flyout menus are hidden.</string>
<string name="revanced_hide_feed_flyout_panel_title">Hide feed flyout menu</string>
<string name="revanced_hide_feed_flyout_panel_filter_strings_title">Edit feed flyout filter</string>
<string name="revanced_hide_feed_flyout_panel_summary_off">Feed flyout filter is disabled.</string>
<string name="revanced_hide_feed_flyout_panel_summary_on">Feed flyout filter is enabled.</string>
<string name="revanced_hide_feed_flyout_panel_title">Hide feed flyout components</string>
<string name="revanced_hide_feed_survey_summary_off">Feed surveys are shown.</string>
<string name="revanced_hide_feed_survey_summary_on">Feed surveys are hidden.</string>
<string name="revanced_hide_feed_survey_title">Hide feed surveys</string>
@ -425,8 +425,8 @@ Some components may not be hidden."</string>
<string name="revanced_hide_general_ads_summary_off">General ads are shown.</string>
<string name="revanced_hide_general_ads_summary_on">General ads are hidden.</string>
<string name="revanced_hide_general_ads_title">Hide general ads</string>
<string name="revanced_hide_get_premium_summary_off">YouTube Premium promotion are shown.</string>
<string name="revanced_hide_get_premium_summary_on">YouTube Premium promotion are hidden.</string>
<string name="revanced_hide_get_premium_summary_off">YouTube Premium promotion is shown.</string>
<string name="revanced_hide_get_premium_summary_on">YouTube Premium promotion is hidden.</string>
<string name="revanced_hide_get_premium_title">Hide YouTube Premium promotion</string>
<string name="revanced_hide_gray_description_summary_off">Gray description is shown.</string>
<string name="revanced_hide_gray_description_summary_on">Gray description is hidden.</string>
@ -725,7 +725,7 @@ Tap and hold to set playback speed to 1.0x."</string>
<string name="revanced_player_flyout_panel_additional_settings_summary">To hide the additional settings menu, hide all settings in the additional settings category.</string>
<string name="revanced_player_flyout_panel_additional_settings_title">Player flyout panel (Additional settings)</string>
<string name="revanced_player_flyout_panel_title">Player flyout panel</string>
<string name="revanced_quick_actions_margin_top_summary">Top margin value between 0-64.</string>
<string name="revanced_quick_actions_margin_top_summary">Configure the spacing from the seekbar to the quick action container, between 0-64.</string>
<string name="revanced_quick_actions_margin_top_title">Quick actions top margin</string>
<string name="revanced_quick_actions_margin_top_warning">Quick actions top margin must be between 0-64. Reset to default values.</string>
<string name="revanced_quick_actions_title">Quick actions</string>