mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
Proper nouns and clarity of in-app strings (#54)
* (YT Music): Fix proper nouns and clarity * Update strings.xml * Update strings.xml * Update strings.xml * Update strings.xml * Recently added YouTube strings * refactor: Patch option descriptions * Update src/main/kotlin/app/revanced/patches/youtube/player/overlaybuttons/OverlayButtonsPatch.kt Co-authored-by: KobeW50 <84587632+KobeW50@users.noreply.github.com> * Revert Android 8.0 change * Update strings.xml * refactor(YouTube - Hide feed components): Description * Fix capitalization of `Comments` --------- Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
@ -36,7 +36,7 @@ object PackageNamePatch : ResourcePatch() {
|
||||
"Default" to DEFAULT_PACKAGE_NAME_YOUTUBE
|
||||
),
|
||||
title = "Package name of YouTube",
|
||||
description = "The name of the package to use in MicroG support",
|
||||
description = "The name of the package to use in GmsCore support.",
|
||||
required = true
|
||||
)
|
||||
|
||||
@ -48,7 +48,7 @@ object PackageNamePatch : ResourcePatch() {
|
||||
"Default" to DEFAULT_PACKAGE_NAME_YOUTUBE_MUSIC
|
||||
),
|
||||
title = "Package name of YouTube Music",
|
||||
description = "The name of the package to use in MicroG support",
|
||||
description = "The name of the package to use in GmsCore support.",
|
||||
required = true
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user