diff --git a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt
index 442f28a1fa..ea161680a6 100644
--- a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt
@@ -10,7 +10,7 @@ import app.revanced.util.patch.BaseBytecodePatch
@Suppress("unused")
object ReturnYouTubeUsernamePatch : BaseBytecodePatch(
name = "Return YouTube Username",
- description = "Adds option to replace YouTube Handle with Username in comments using YouTube Data API v3.",
+ description = "Adds an option to replace YouTube handles with usernames in comments using YouTube Data API v3.",
dependencies = setOf(
BaseReturnYouTubeUsernamePatch::class,
SettingsPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt
index 6f0cca8806..5bd7ee96db 100644
--- a/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/youtube/utils/returnyoutubeusername/ReturnYouTubeUsernamePatch.kt
@@ -9,7 +9,7 @@ import app.revanced.util.patch.BaseBytecodePatch
@Suppress("unused")
object ReturnYouTubeUsernamePatch : BaseBytecodePatch(
name = "Return YouTube Username",
- description = "Adds option to replace YouTube Handle with Username in comments using YouTube Data API v3.",
+ description = "Adds an option to replace YouTube handles with usernames in comments using YouTube Data API v3.",
dependencies = setOf(
BaseReturnYouTubeUsernamePatch::class,
SettingsPatch::class,
diff --git a/src/main/resources/music/settings/host/values/strings.xml b/src/main/resources/music/settings/host/values/strings.xml
index ef7bbb9c25..62ae07ec22 100644
--- a/src/main/resources/music/settings/host/values/strings.xml
+++ b/src/main/resources/music/settings/host/values/strings.xml
@@ -322,13 +322,13 @@ Some features may not work properly in the old player layout."
Return YouTube Username
Enable Return YouTube Username
- Show Username instead of Handle in comments.
+ Replaces handles with usernames in comments.
YouTube Data API key
The developer key for using the YouTube Data API v3.
About YouTube Data API key
- "YouTube Data API v3 Developer Key is required to replace Handle with Username.
+ "A YouTube Data API v3 Developer Key is required to replace handles with usernames.
-The daily quota for API keys on the free plan is 10,000, and 1 quota is used to replace Handle with Username for 1 comment.
+The daily quota for API keys on the free plan is 10,000, and 1 quota is used to replace a handle with a username for 1 comment.
Click to see how to issue a API key."
Issue YouTube Data API v3 developer key
diff --git a/src/main/resources/youtube/settings/host/values/strings.xml b/src/main/resources/youtube/settings/host/values/strings.xml
index 98023d30f6..3f07e9a345 100644
--- a/src/main/resources/youtube/settings/host/values/strings.xml
+++ b/src/main/resources/youtube/settings/host/values/strings.xml
@@ -388,8 +388,8 @@ If later turned off, it is recommended to clear the app data to prevent UI bugs.
18.17.43 - Restore old player flyout panel
18.33.40 - Restore old Shorts action bar
18.38.45 - Restore old default video quality behavior
- 18.48.39 - Disables views and likes from being updated in real time
- 19.13.37 - Restores old style Rolling number animations
+ 18.48.39 - Disable views and likes from being updated in real time
+ 19.13.37 - Restore old style Rolling number animations
Account menu
@@ -629,7 +629,7 @@ You tab → View channel → Menu → Settings"
YouTube Doodles are shown.
"YouTube Doodles show up a few days each year.
-If a YouTube Doodle is currently showing in your region and this hide setting is on, then the filter bar below the search bar will also be hidden."
+If a YouTube Doodle is currently showing in your region and this setting is on, the filter bar below the search bar will also be hidden."
Replace Create button
Replaces the Create button with the Settings button.
@@ -1081,7 +1081,7 @@ Tap and hold to undo."
Chapters are enabled in the seekbar.
Hide seekbar chapter labels
Chapter labels next to the timestamp are hidden.
- Chapter labels next to the timestamp are hidden.
+ Chapter labels next to the timestamp are shown.
Hide timestamp
Timestamp is hidden.
Timestamp is shown.
@@ -1460,7 +1460,7 @@ Limitation: Dislikes may not appear if the user is not logged in or in incognito
Dislikes as percentage
Dislikes shown as a percentage.
Dislikes shown as a number.
- Compact like button
+ Compact Like button
Like button styled for minimum width.
Like button styled for best appearance.
Show estimated likes
@@ -1492,9 +1492,9 @@ Limitation: Dislikes may not appear if the user is not logged in or in incognito
YouTube Data API key
The developer key for using the YouTube Data API v3.
About YouTube Data API key
- "YouTube Data API v3 Developer Key is required to replace Handle with Username.
+ "A YouTube Data API v3 Developer Key is required to replace handles with usernames.
-The daily quota for API keys on the free plan is 10,000, and 1 quota is used to replace Handle with Username for 1 comment.
+The daily quota for API keys on the free plan is 10,000, and 1 quota is used to replace a handle with a username for 1 comment.
Click to see how to issue a API key."
Issue YouTube Data API v3 developer key