mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
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:
@ -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",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user