Skip to content

Commit

Permalink
fix(YouTube): String typos and grammar (#84)
Browse files Browse the repository at this point in the history
* chore(Visual preferences icons for YouTube): Typo

* Other string typos and grammar (idk)
  • Loading branch information
KobeW50 authored Sep 30, 2024
1 parent b1a9e04 commit 8119eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object VisualPreferencesIconsPatch : BaseResourcePatch(
description = """
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.
""".trimIndentMultiline(),
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/youtube/settings/host/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Limitations:
<string name="revanced_hide_upcoming_video_title">Hide UPCOMING video</string>
<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 -->
<string name="revanced_preference_category_view_counts_filter">View count filter</string>
Expand Down Expand Up @@ -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_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_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_replace_channel_handle_title">Replace channel handle</string>
<string name="revanced_replace_channel_handle_summary_on">Channel name is used.</string>
Expand Down

0 comments on commit 8119eef

Please sign in to comment.