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:
KobeW50
2024-06-08 11:08:02 -04:00
committed by GitHub
parent 09ed1b965d
commit dd34c3f93f
11 changed files with 131 additions and 126 deletions

View File

@ -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
)