diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/patch/DownloadButtonHookPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/patch/DownloadButtonHookPatch.kt index 95b98e1e9..9090fc4a6 100644 --- a/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/patch/DownloadButtonHookPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/actionbar/downloadbuttonhook/patch/DownloadButtonHookPatch.kt @@ -15,7 +15,7 @@ import app.revanced.util.enum.CategoryType @Patch @Name("Hook download button") -@Description("Replaces the offline download button in the button container with an external download button.") +@Description("Replaces the offline download button with an external download button.") @DependsOn( [ ActionBarHookPatch::class, diff --git a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/patch/NewPlaylistButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/patch/NewPlaylistButtonPatch.kt index 04cc2da65..529033c10 100644 --- a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/patch/NewPlaylistButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/patch/NewPlaylistButtonPatch.kt @@ -21,7 +21,7 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL @Patch @Name("Hide new playlist button") -@Description("Hide the \"New playlist\" button in the library.") +@Description("Hides the \"New playlist\" button in the library.") @DependsOn( [ SettingsPatch::class, diff --git a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/patch/MinimizedPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/patch/MinimizedPlayerPatch.kt index 48544b41e..02413e22f 100644 --- a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/patch/MinimizedPlayerPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/patch/MinimizedPlayerPatch.kt @@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction @Patch @Name("Enable force minimized player") -@Description("Permanently keep player minimized even if another track is played.") +@Description("Keep player permanently minimized even if another track is played.") @DependsOn([SettingsPatch::class]) @MusicCompatibility class MinimizedPlayerPatch : BytecodePatch(