refactor: word patch descriptions clearly

This commit is contained in:
inotia00
2023-02-05 12:47:56 +09:00
parent cbc16a9f5d
commit 18ba8cd2d0
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import app.revanced.shared.util.resources.ResourceHelper
@Patch @Patch
@Name("hide-button-container") @Name("hide-button-container")
@Description("Adds options to hide action buttons under a video.") @Description("Adds the options to hide action buttons under a video.")
@DependsOn( @DependsOn(
[ [
LithoFilterPatch::class, LithoFilterPatch::class,

View File

@ -20,7 +20,7 @@ import app.revanced.shared.util.resources.ResourceUtils.copyXmlNode
@Patch @Patch
@Name("sponsorblock") @Name("sponsorblock")
@Description("Integrate SponsorBlock.") @Description("Integrates SponsorBlock which allows skipping video segments such as sponsored content.")
@DependsOn( @DependsOn(
[ [
SettingsPatch::class, SettingsPatch::class,

View File

@ -15,7 +15,7 @@ import app.revanced.shared.util.resources.ResourceHelper
@Patch @Patch
@Name("translations") @Name("translations")
@Description("Add Crowdin Translations") @Description("Add Crowdin Translations.")
@DependsOn([SettingsPatch::class]) @DependsOn([SettingsPatch::class])
@YouTubeCompatibility @YouTubeCompatibility
@Version("0.0.1") @Version("0.0.1")