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 )