diff --git a/patches/src/main/kotlin/app/revanced/patches/music/utils/patch/PatchList.kt b/patches/src/main/kotlin/app/revanced/patches/music/utils/patch/PatchList.kt
index 1a8e53da0a..c14acd990a 100644
--- a/patches/src/main/kotlin/app/revanced/patches/music/utils/patch/PatchList.kt
+++ b/patches/src/main/kotlin/app/revanced/patches/music/utils/patch/PatchList.kt
@@ -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",
diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/utils/patch/PatchList.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/utils/patch/PatchList.kt
index 836b9ccc71..f7e622b800 100644
--- a/patches/src/main/kotlin/app/revanced/patches/youtube/utils/patch/PatchList.kt
+++ b/patches/src/main/kotlin/app/revanced/patches/youtube/utils/patch/PatchList.kt
@@ -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",
diff --git a/patches/src/main/resources/youtube/settings/host/values/strings.xml b/patches/src/main/resources/youtube/settings/host/values/strings.xml
index ec9ec7a6bd..1894a27141 100644
--- a/patches/src/main/resources/youtube/settings/host/values/strings.xml
+++ b/patches/src/main/resources/youtube/settings/host/values/strings.xml
@@ -1469,11 +1469,11 @@ No margins on top and bottom of player."
Swipe gestures are enabled in Lock screen mode.
Swipe gestures are disabled in Lock screen mode.
Swipe background visibility
- The visibility of swipe overlay background.
+ The visibility of the swipe overlay background.
Swipe magnitude threshold
- The amount of threshold for swipe to occur.
+ The threshold for a swipe to occur.
Swipe overlay text size
- The text size for swipe overlay.
+ The text size in the swipe overlay.
Swipe overlay screen size
Percentage of swipeable screen area.\n\nNote: This will also change the size of the screen area for the double-tap-to-seek gesture.
Swipeable area size cannot be more than 50.