mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
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:
@ -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",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user