fix(YouTube): String typos and grammar (#84)

* chore(Visual preferences icons for YouTube): Typo

* Other string typos and grammar (idk)
This commit is contained in:
KobeW50 2024-09-30 08:07:20 -04:00 committed by GitHub
parent b1a9e044ad
commit 8119eefedb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ object VisualPreferencesIconsPatch : BaseResourcePatch(
description = """ description = """
Whether to apply Visual preferences icons to all settings menus. Whether to apply Visual preferences icons to all settings menus.
If true: icons are applied to the parent PreferenceScreen of YouTube settings, the parent PreferenceScreen of RVX settings and the RVX sub-settings (if supports). If true: icons are applied to the parent PreferenceScreen of YouTube settings, the parent PreferenceScreen of RVX settings and the RVX sub-settings (if supported).
If false: icons are applied only to the parent PreferenceScreen of YouTube settings and RVX settings. If false: icons are applied only to the parent PreferenceScreen of YouTube settings and RVX settings.
""".trimIndentMultiline(), """.trimIndentMultiline(),

View File

@ -278,7 +278,7 @@ Limitations:
<string name="revanced_hide_upcoming_video_title">Hide UPCOMING video</string> <string name="revanced_hide_upcoming_video_title">Hide UPCOMING video</string>
<string name="revanced_hide_upcoming_video_summary">"Hide videos with UPCOMING label. <string name="revanced_hide_upcoming_video_summary">"Hide videos with UPCOMING label.
Note: Enabling this also hide Notify me button."</string> Note: Enabling this also hides the Notify me button."</string>
<!-- PreferenceScreen: Feed, PreferenceCategory: Feed, PreferenceScreen: Video filter, PreferenceCategory: View count filter --> <!-- PreferenceScreen: Feed, PreferenceCategory: Feed, PreferenceScreen: Video filter, PreferenceCategory: View count filter -->
<string name="revanced_preference_category_view_counts_filter">View count filter</string> <string name="revanced_preference_category_view_counts_filter">View count filter</string>
@ -1241,7 +1241,7 @@ Limitations:
<string name="revanced_hide_shorts_navigation_bar_summary_on">Navigation bar is hidden.</string> <string name="revanced_hide_shorts_navigation_bar_summary_on">Navigation bar is hidden.</string>
<string name="revanced_hide_shorts_navigation_bar_summary_off">Navigation bar is shown.</string> <string name="revanced_hide_shorts_navigation_bar_summary_off">Navigation bar is shown.</string>
<string name="revanced_shorts_navigation_bar_height_percentage_title">Height percentage of empty space</string> <string name="revanced_shorts_navigation_bar_height_percentage_title">Height percentage of empty space</string>
<string name="revanced_shorts_navigation_bar_height_percentage_summary">Configures the height percentage of the empty space left when the navigation bar is hidden, between 0 and 100 (%).</string> <string name="revanced_shorts_navigation_bar_height_percentage_summary">Configure the height percentage of the empty space left when the navigation bar is hidden, between 0 and 100 (%).</string>
<string name="revanced_shorts_navigation_bar_height_percentage_invalid_toast">Height percentage must be between 0-100 (%).</string> <string name="revanced_shorts_navigation_bar_height_percentage_invalid_toast">Height percentage must be between 0-100 (%).</string>
<string name="revanced_replace_channel_handle_title">Replace channel handle</string> <string name="revanced_replace_channel_handle_title">Replace channel handle</string>
<string name="revanced_replace_channel_handle_summary_on">Channel name is used.</string> <string name="revanced_replace_channel_handle_summary_on">Channel name is used.</string>