fix: In app strings and patch descriptions (#114)

* fix(YouTube Music -Spoof client): String grammar

* fix(YouTube): Patch description grammar & clarity

* Apply suggestion from review

* Use consistent bullet point syntax

* Minor wording clarification

* chroe: Match with YouTube

---------

Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
KobeW50
2024-12-31 03:07:32 -05:00
committed by GitHub
parent 10747f54cf
commit 0b1d260555
3 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ internal enum class PatchList(
),
CHANGE_SHARE_SHEET(
"Change share sheet",
"Add option to change from in-app share sheet to system share sheet."
"Adds an option to change the in-app share sheet to the system share sheet."
),
CHANGE_START_PAGE(
"Change start page",

View File

@ -23,7 +23,7 @@ internal enum class PatchList(
),
CHANGE_SHARE_SHEET(
"Change share sheet",
"Add option to change from in-app share sheet to system share sheet."
"Adds an option to change the in-app share sheet to the system share sheet."
),
CHANGE_START_PAGE(
"Change start page",
@ -147,7 +147,7 @@ internal enum class PatchList(
),
HIDE_SHORTCUTS(
"Hide shortcuts",
"Remove, at compile time, the app shortcuts that appears when app icon is long pressed."
"Remove, at compile time, the app shortcuts that appears when the app icon is long pressed."
),
HOOK_YOUTUBE_MUSIC_ACTIONS(
"Hook YouTube Music actions",
@ -235,7 +235,7 @@ internal enum class PatchList(
),
TOOLBAR_COMPONENTS(
"Toolbar components",
"Adds options to hide or change components located on the toolbar, such as toolbar buttons, search bar, and header."
"Adds options to hide or change components located on the toolbar, such as the search bar, header, and toolbar buttons."
),
TRANSLATIONS_FOR_YOUTUBE(
"Translations for YouTube",