mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-24 19:05:50 +01:00
fix(YouTube - Announcements): Do not end descriptions with punctuation
Because all settings descriptions don't either.
This commit is contained in:
parent
445c4a1cdb
commit
17e414d32b
@ -47,13 +47,13 @@ object AnnouncementsPatch : BytecodePatch(
|
||||
),
|
||||
StringResource(
|
||||
"revanced_announcements_summary_on",
|
||||
"Announcements are shown on startup."
|
||||
"Announcements are shown on startup"
|
||||
), StringResource(
|
||||
"revanced_announcements_summary_off",
|
||||
"Announcements are not shown on startup."
|
||||
"Announcements are not shown on startup"
|
||||
), StringResource(
|
||||
"revanced_announcements_enabled_summary",
|
||||
"Show announcements on startup."
|
||||
"Show announcements on startup"
|
||||
),
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user