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

@ -52,7 +52,7 @@ object OverlayButtonsPatch : BaseResourcePatch(
default = DEFAULT_ICON_KEY,
values = iconTypes,
title = "Icon type",
description = "Apply icon type"
description = "The icon type."
)
// Option to set bottom margin
@ -64,7 +64,7 @@ object OverlayButtonsPatch : BaseResourcePatch(
"Default" to DEFAULT_MARGIN
),
title = "Bottom margin",
description = "Apply bottom margin to Overlay buttons and Timestamp"
description = "The bottom margin for the overlay buttons and timestamp."
)
/**