From 803e22dbffb4963a4392162dde9fbeca509d1633 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 16 Sep 2022 02:10:50 +0200 Subject: [PATCH] docs(theme): proper wording in description Signed-off-by: oSumAtrIX --- .../revanced/patches/youtube/layout/theme/patch/ThemePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt index 4d62af33c..05fd896d8 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/theme/patch/ThemePatch.kt @@ -18,7 +18,7 @@ import org.w3c.dom.Element @Patch @DependsOn([FixLocaleConfigErrorPatch::class]) @Name("theme") -@Description("Enables a custom theme.") +@Description("Applies a custom theme.") @ThemeCompatibility @Version("0.0.1") class ThemePatch : ResourcePatch() {