docs(theme): proper wording in description

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2022-09-16 02:10:50 +02:00
parent afd5502afd
commit 803e22dbff
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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() {