mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
refactor: word patch descriptions clearly
This commit is contained in:
@ -16,7 +16,7 @@ import app.revanced.shared.util.resources.ResourceHelper
|
||||
|
||||
@Patch
|
||||
@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(
|
||||
[
|
||||
LithoFilterPatch::class,
|
||||
|
@ -20,7 +20,7 @@ import app.revanced.shared.util.resources.ResourceUtils.copyXmlNode
|
||||
|
||||
@Patch
|
||||
@Name("sponsorblock")
|
||||
@Description("Integrate SponsorBlock.")
|
||||
@Description("Integrates SponsorBlock which allows skipping video segments such as sponsored content.")
|
||||
@DependsOn(
|
||||
[
|
||||
SettingsPatch::class,
|
||||
|
@ -15,7 +15,7 @@ import app.revanced.shared.util.resources.ResourceHelper
|
||||
|
||||
@Patch
|
||||
@Name("translations")
|
||||
@Description("Add Crowdin Translations")
|
||||
@Description("Add Crowdin Translations.")
|
||||
@DependsOn([SettingsPatch::class])
|
||||
@YouTubeCompatibility
|
||||
@Version("0.0.1")
|
||||
|
Reference in New Issue
Block a user