diff --git a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt index 842c8da65..fadd0b14e 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt @@ -17,8 +17,8 @@ import java.util.concurrent.TimeUnit @Suppress("DEPRECATION", "unused") object SettingsPatch : BaseResourcePatch( - name = "Settings", - description = "Adds ReVanced Extended settings to YouTube Music.", + name = "Settings for YouTube Music", + description = "Applies mandatory patches to implement ReVanced Extended settings into the application.", dependencies = setOf( AccessibilityNodeInfoPatch::class, SettingsBytecodePatch::class diff --git a/src/main/kotlin/app/revanced/patches/reddit/utils/settings/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/utils/settings/SettingsPatch.kt index 4af6edaac..a6cfb6e43 100644 --- a/src/main/kotlin/app/revanced/patches/reddit/utils/settings/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/reddit/utils/settings/SettingsPatch.kt @@ -9,8 +9,8 @@ import kotlin.io.path.exists @Suppress("DEPRECATION") object SettingsPatch : BaseResourcePatch( - name = "Settings", - description = "Adds ReVanced Extended settings to Reddit.", + name = "Settings for Reddit", + description = "Applies mandatory patches to implement ReVanced Extended settings into the application.", dependencies = setOf( IntegrationsPatch::class, SettingsBytecodePatch::class, diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/settings/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/settings/SettingsPatch.kt index 76b91779e..b199b3575 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/settings/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/settings/SettingsPatch.kt @@ -26,7 +26,7 @@ import java.util.jar.Manifest @Suppress("DEPRECATION", "unused") object SettingsPatch : BaseResourcePatch( - name = "Settings", + name = "Settings for YouTube", description = "Applies mandatory patches to implement ReVanced Extended settings into the application.", dependencies = setOf( IntegrationsPatch::class,