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:
@ -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."
|
||||
)
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user