mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-11 12:04:39 +02:00
(Patch options): Use consistent description styles
This commit is contained in:
parent
4c973807ec
commit
7da46fee22
@ -45,9 +45,9 @@ abstract class BaseGmsCoreSupportResourcePatch(
|
||||
default = true,
|
||||
title = "Check GmsCore",
|
||||
description = """
|
||||
Checks whether GmsCore is installed on the device when the app starts.
|
||||
Check if GmsCore is installed on the device when the app starts.
|
||||
|
||||
If GmsCore is not installed on your device, the app won't work, so don't disable it if possible.
|
||||
If GmsCore is not installed on the device, the app won't work, so don't disable it if possible.
|
||||
""".trimIndentMultiline(),
|
||||
required = true,
|
||||
)
|
||||
|
@ -121,7 +121,7 @@ object CustomBrandingIconPatch : BaseResourcePatch(
|
||||
key = "RestoreOldSplashAnimation",
|
||||
default = true,
|
||||
title = "Restore old splash animation",
|
||||
description = "Restores old style splash animation.",
|
||||
description = "Restore the old style splash animation.",
|
||||
required = true
|
||||
)
|
||||
|
||||
|
@ -33,7 +33,7 @@ object VisualPreferencesIconsPatch : BaseResourcePatch(
|
||||
"ReVanced Colored" to "revanced_colored",
|
||||
),
|
||||
title = "RVX settings menu icon",
|
||||
description = "Apply different icons for RVX settings menu.",
|
||||
description = "The icon for the RVX settings menu.",
|
||||
required = true
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user