chore: Clarify strings (#121)

* fix: Patch descriptions

* fix(YouTube - Swipe controls): Preference summaries

---------

Co-authored-by: Kobe <kobew5050@gmail.com>
This commit is contained in:
KobeW50
2025-01-15 21:21:41 -05:00
committed by GitHub
parent e67104e86e
commit 44600d9525
3 changed files with 8 additions and 8 deletions

View File

@ -63,7 +63,7 @@ internal enum class PatchList(
),
ENABLE_OPUS_CODEC(
"Enable OPUS codec",
"Adds an options to enable the OPUS audio codec if the player response includes."
"Adds an options to enable the OPUS audio codec if the player response includes it."
),
ENABLE_DEBUG_LOGGING(
"Enable debug logging",

View File

@ -79,7 +79,7 @@ internal enum class PatchList(
),
ENABLE_OPUS_CODEC(
"Enable OPUS codec",
"Adds an options to enable the OPUS audio codec if the player response includes."
"Adds an options to enable the OPUS audio codec if the player response includes it."
),
ENABLE_DEBUG_LOGGING(
"Enable debug logging",
@ -167,7 +167,7 @@ internal enum class PatchList(
),
MINIPLAYER(
"Miniplayer",
"Adds options to change the in app minimized player, and if patching target 19.16+ adds options to use modern miniplayers."
"Adds options to change the in-app minimized player, and if patching target 19.16+ adds options to use modern miniplayers."
),
NAVIGATION_BAR_COMPONENTS(
"Navigation bar components",
@ -175,7 +175,7 @@ internal enum class PatchList(
),
OVERLAY_BUTTONS(
"Overlay buttons",
"Adds options to display overlay buttons in the video player."
"Adds options to display useful overlay buttons in the video player."
),
PLAYER_COMPONENTS(
"Player components",
@ -231,7 +231,7 @@ internal enum class PatchList(
),
THEME(
"Theme",
"Changes the app's theme to the values specified in patch options."
"Changes the app's themes to the values specified in patch options."
),
TOOLBAR_COMPONENTS(
"Toolbar components",