From 7da46fee2256b6e36d59563d42858ca69ae14287 Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:44:13 -0400 Subject: [PATCH] (Patch options): Use consistent description styles --- .../patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt | 4 ++-- .../youtube/layout/branding/icon/CustomBrandingIconPatch.kt | 2 +- .../youtube/layout/visual/VisualPreferencesIconsPatch.kt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt b/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt index 549bfc84f..5d3089c98 100644 --- a/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/gms/BaseGmsCoreSupportResourcePatch.kt @@ -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, ) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt index cef19bf1d..1b32eb836 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/branding/icon/CustomBrandingIconPatch.kt @@ -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 ) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/visual/VisualPreferencesIconsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/visual/VisualPreferencesIconsPatch.kt index dc681d2b6..f8c918721 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/visual/VisualPreferencesIconsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/visual/VisualPreferencesIconsPatch.kt @@ -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 )