fix(music/hide-cast-button): change patch description

This commit is contained in:
inotia00 2023-09-18 19:13:24 +09:00
parent 97f1143d51
commit 9bceb9d8fc
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import app.revanced.util.integrations.Constants.MUSIC_GENERAL
@Patch @Patch
@Name("Hide cast button") @Name("Hide cast button")
@Description("Hides the cast button in the video player and header.") @Description("Hides the cast button.")
@DependsOn([SettingsPatch::class]) @DependsOn([SettingsPatch::class])
@MusicCompatibility @MusicCompatibility
class HideCastButtonPatch : BytecodePatch( class HideCastButtonPatch : BytecodePatch(

View File

@ -75,7 +75,7 @@
<string name="revanced_hide_button_shelf_title">Hide button shelf</string> <string name="revanced_hide_button_shelf_title">Hide button shelf</string>
<string name="revanced_hide_carousel_shelf_summary">Hides the carousel shelf from homepage and explorer.</string> <string name="revanced_hide_carousel_shelf_summary">Hides the carousel shelf from homepage and explorer.</string>
<string name="revanced_hide_carousel_shelf_title">Hide carousel shelf</string> <string name="revanced_hide_carousel_shelf_title">Hide carousel shelf</string>
<string name="revanced_hide_cast_button_summary">Hides the cast button at the top of the homepage and at the top of the player.</string> <string name="revanced_hide_cast_button_summary">Hides the cast button.</string>
<string name="revanced_hide_cast_button_title">Hide cast button</string> <string name="revanced_hide_cast_button_title">Hide cast button</string>
<string name="revanced_hide_category_bar_summary">Hides the music category bar at the top of the homepage.</string> <string name="revanced_hide_category_bar_summary">Hides the music category bar at the top of the homepage.</string>
<string name="revanced_hide_category_bar_title">Hide category bar</string> <string name="revanced_hide_category_bar_title">Hide category bar</string>