mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
chore: Clarify and fix some strings (#91)
* chore: Clarify and fix some strings * Capitalize proper noun * revert lowercasing of "Username" in titles & patch name * feat: apply code review suggestions --------- Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
@ -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,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user