mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
refactor: word patch descriptions clearly
This commit is contained in:
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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")
|
||||||
|
Reference in New Issue
Block a user