From 380d21390c72f8d256126bcc3a9537a9dacffc7a Mon Sep 17 00:00:00 2001
From: KobeW50 <84587632+KobeW50@users.noreply.github.com>
Date: Sun, 14 Jan 2024 05:16:51 -0500
Subject: [PATCH] Improve strings (#40)
* (Reddit): Improve patch descriptions
* (Reddit): Fix grammar in new patch descriptions
* fix (YTM): Typo in toggle description
* fix (Remove viewer discretion dialog): Typo
* (YT Music): Improve patch descriptions
* (Zen mode): Use "Grey" instead of "Gray"
* (Opus codec): Make description more specific
* (YT Music): Update in-app strings and toasts
* (YTM - Change start page) Fix typos
* (Enable old player layout): Make disclaimer more descriptive
* (Reddit - Open links directly): Grammar in description
* Update some in-app descriptions
* Apply suggestion from review
---
.../account/component/MenuComponentPatch.kt | 2 +-
.../music/account/handle/HideHandlePatch.kt | 2 +-
.../music/account/tos/TermsContainerPatch.kt | 2 +-
.../component/ActionBarComponentPatch.kt | 2 +-
.../music/ads/general/GeneralAdsPatch.kt | 2 +-
.../compactdialog/CompactDialogPatch.kt | 2 +-
.../flyoutpanel/component/FlyoutPanelPatch.kt | 2 +-
.../playbackspeed/PlaybackSpeedPatch.kt | 2 +-
.../replace/ReplaceDismissQueuePatch.kt | 2 +-
.../flyoutpanel/sleeptimer/SleepTimerPatch.kt | 2 +-
.../music/general/amoled/AmoledPatch.kt | 2 +-
.../general/autocaptions/AutoCaptionsPatch.kt | 2 +-
.../buttonshelf/HideButtonShelfPatch.kt | 2 +-
.../carouselshelf/HideCarouselShelfPatch.kt | 2 +-
.../general/castbutton/HideCastButtonPatch.kt | 2 +-
.../general/categorybar/CategoryBarPatch.kt | 2 +-
.../HideChannelGuidelinesPatch.kt | 2 +-
.../general/customfilter/CustomFilterPatch.kt | 2 +-
.../RemoveViewerDiscretionDialogPatch.kt | 2 +-
.../emojipicker/HideEmojiPickerPatch.kt | 2 +-
.../floatingbutton/NewPlaylistButtonPatch.kt | 2 +-
.../historybutton/HideHistoryButtonPatch.kt | 2 +-
.../landscapemode/LandScapeModePatch.kt | 2 +-
.../OldStyleLibraryShelfPatch.kt | 2 +-
.../playlistcard/HidePlaylistCardPatch.kt | 2 +-
.../general/startpage/ChangeStartPagePatch.kt | 2 +-
.../tooltip/TooltipContentViewPatch.kt | 2 +-
.../voicesearch/VoiceSearchButtonPatch.kt | 2 +-
.../branding/icon/CustomBrandingIconPatch.kt | 2 +-
.../branding/name/CustomBrandingNamePatch.kt | 2 +-
.../DoubleTapOverlayBackgroundPatch.kt | 2 +-
.../overlayfilter/OverlayFilterPatch.kt | 2 +-
.../misc/bitrate/BitrateDefaultValuePatch.kt | 2 +-
.../music/misc/codecs/CodecsUnlockPatch.kt | 2 +-
.../music/misc/debugging/DebuggingPatch.kt | 2 +-
.../exclusiveaudio/ExclusiveAudioPatch.kt | 2 +-
.../MinimizedPlaybackPatch.kt | 2 +-
.../music/misc/premium/HideGetPremiumPatch.kt | 2 +-
.../spoofappversion/SpoofAppVersionPatch.kt | 3 +-
.../misc/tastebuilder/TasteBuilderPatch.kt | 2 +-
.../misc/tracking/SanitizeUrlQueryPatch.kt | 2 +-
.../misc/translations/TranslationsPatch.kt | 2 +-
.../black/BlackNavigationBarPatch.kt | 2 +-
.../component/NavigationBarComponentPatch.kt | 2 +-
.../colormatchplayer/ColorMatchPlayerPatch.kt | 2 +-
.../minimizedplayer/MinimizedPlayerPatch.kt | 2 +-
.../NewPlayerBackgroundPatch.kt | 2 +-
.../oldplayerlayout/OldPlayerLayoutPatch.kt | 2 +-
.../OldStyleMiniPlayerPatch.kt | 2 +-
.../player/repeat/RememberRepeatPatch.kt | 2 +-
.../player/replace/ReplaceCastButtonPatch.kt | 2 +-
.../player/shuffle/RememberShufflePatch.kt | 2 +-
.../music/player/zenmode/ZenModePatch.kt | 2 +-
.../AndroidAutoCertificatePatch.kt | 2 +-
.../patches/music/utils/microg/MicroGPatch.kt | 2 +-
.../ReturnYouTubeDislikePatch.kt | 2 +-
.../music/utils/settings/SettingsPatch.kt | 2 +-
.../utils/sponsorblock/SponsorBlockPatch.kt | 2 +-
.../customspeed/CustomPlaybackSpeedPatch.kt | 2 +-
.../music/video/quality/VideoQualityPatch.kt | 2 +-
.../music/video/speed/PlaybackSpeedPatch.kt | 2 +-
.../patches/reddit/ad/general/HideAdsPatch.kt | 2 +-
.../branding/name/CustomBrandingNamePatch.kt | 2 +-
.../packagename/ChangePackageNamePatch.kt | 2 +-
.../navigation/NavigationButtonsPatch.kt | 2 +-
.../layout/premiumicon/PremiumIconPatch.kt | 2 +-
.../RecentlyVisitedShelfPatch.kt | 2 +-
.../screenshotpopup/ScreenshotPopupPatch.kt | 2 +-
.../layout/toolbar/ToolBarButtonPatch.kt | 2 +-
.../misc/openlink/OpenLinksDirectlyPatch.kt | 2 +-
.../misc/openlink/OpenLinksExternallyPatch.kt | 2 +-
.../tracking/url/SanitizeUrlQueryPatch.kt | 2 +-
.../patch/packagename/PackageNamePatch.kt | 2 +-
.../music/settings/host/values/strings.xml | 96 +++++++++----------
.../youtube/settings/host/values/strings.xml | 2 +-
75 files changed, 123 insertions(+), 122 deletions(-)
diff --git a/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt b/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt
index c2912c848..8dd1112bb 100644
--- a/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/account/component/MenuComponentPatch.kt
@@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Patch(
name = "Hide account menu",
- description = "Hide account menu elements.",
+ description = "Adds the ability to hide account menu elements using a custom filter.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt b/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt
index 55b13a6dd..a8f8801f7 100644
--- a/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/account/handle/HideHandlePatch.kt
@@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Patch(
name = "Hide handle",
- description = "Hides the handle in the account switcher.",
+ description = "Adds an option to hide the handle in the account switcher.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt b/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt
index 81aef9faf..aee442e0b 100644
--- a/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/account/tos/TermsContainerPatch.kt
@@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.formats.Instruction35c
@Patch(
name = "Hide terms container",
- description = "Hides terms of service container at the account menu.",
+ description = "Adds an option to hide the terms of service container in the account menu.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/actionbar/component/ActionBarComponentPatch.kt b/src/main/kotlin/app/revanced/patches/music/actionbar/component/ActionBarComponentPatch.kt
index 70aa12673..f6a0725bf 100644
--- a/src/main/kotlin/app/revanced/patches/music/actionbar/component/ActionBarComponentPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/actionbar/component/ActionBarComponentPatch.kt
@@ -26,7 +26,7 @@ import kotlin.math.min
@Patch(
name = "Hide action bar component",
- description = "Hides action bar components or replaces the offline download button with an external download button.",
+ description = "Adds options to hide action bar components and replace the offline download button with an external download button.",
dependencies = [
IntentHookPatch::class,
SettingsPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/ads/general/GeneralAdsPatch.kt b/src/main/kotlin/app/revanced/patches/music/ads/general/GeneralAdsPatch.kt
index 03e780493..cd2666b99 100644
--- a/src/main/kotlin/app/revanced/patches/music/ads/general/GeneralAdsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/ads/general/GeneralAdsPatch.kt
@@ -29,7 +29,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide general ads",
- description = "Hides general ads.",
+ description = "Adds options to hide general ads.",
dependencies = [
LithoFilterPatch::class,
MusicAdsPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt
index 2ff9cbafe..e61dd191f 100644
--- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/compactdialog/CompactDialogPatch.kt
@@ -15,7 +15,7 @@ import app.revanced.util.exception
@Patch(
name = "Enable compact dialog",
- description = "Enable compact dialog on phone.",
+ description = "Adds an option to enable the compact flyout menu on phones.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt
index 772e14e58..3a425e32d 100644
--- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt
@@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
@Patch(
name = "Hide flyout panel",
- description = "Hides flyout panel components.",
+ description = "Adds options to hide flyout panel components.",
dependencies = [
FlyoutButtonContainerPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt
index c35d3961a..70ab2d33a 100644
--- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/playbackspeed/PlaybackSpeedPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Enable playback speed",
- description = "Add playback speed button to the flyout panel.",
+ description = "Adds an option to add a playback speed button to the flyout panel.",
dependencies = [
FlyoutButtonContainerPatch::class,
OverrideSpeedHookPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt
index 2dd7c18d7..6e392e358 100644
--- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/replace/ReplaceDismissQueuePatch.kt
@@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Replace dismiss queue",
- description = "Replace dismiss queue menu to watch on YouTube.",
+ description = "Adds an option to replace \"Dismiss queue\" with \"Watch on YouTube\" in the flyout menu.",
dependencies = [
FlyoutButtonItemResourcePatch::class,
SettingsPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt
index 8a28b70f8..486b72a5c 100644
--- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/sleeptimer/SleepTimerPatch.kt
@@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Enable sleep timer",
- description = "Add sleep timer to flyout menu.",
+ description = "Adds an option to add the sleep timer to the flyout menu.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt
index 4dd683570..22d1090be 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/amoled/AmoledPatch.kt
@@ -10,7 +10,7 @@ import org.w3c.dom.Element
@Patch(
name = "Amoled",
- description = "Applies pure black theme on some components.",
+ description = "Applies a pure black theme to some components.",
dependencies = [LithoThemePatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
)
diff --git a/src/main/kotlin/app/revanced/patches/music/general/autocaptions/AutoCaptionsPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/autocaptions/AutoCaptionsPatch.kt
index 7e1616194..09a7d5237 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/autocaptions/AutoCaptionsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/autocaptions/AutoCaptionsPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.shared.patch.captions.AbstractAutoCaptionsPatch
@Patch(
name = "Disable auto captions",
- description = "Disables forced auto captions.",
+ description = "Adds an option to disable captions from being automatically enabled.",
dependencies = [
SettingsPatch::class,
VideoIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt
index 065e496d3..2587d1e6d 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/buttonshelf/HideButtonShelfPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Hide button shelf",
- description = "Hides the button shelf from homepage and explorer.",
+ description = "Adds an option to hide the button shelf from the homepage and explore tab.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt
index b4def4476..583c0c193 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/carouselshelf/HideCarouselShelfPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Hide carousel shelf",
- description = "Hides the carousel shelf from homepage and explorer.",
+ description = "Adds an option to hide the carousel shelf from the homepage and explore tab.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt
index 084a253b8..15c9d65be 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/castbutton/HideCastButtonPatch.kt
@@ -21,7 +21,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide cast button",
- description = "Hides the cast button.",
+ description = "Adds an option to hide the cast button.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt
index c315688fa..84950841e 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/categorybar/CategoryBarPatch.kt
@@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide category bar",
- description = "Hides the category bar.",
+ description = "Adds an option to hide the category bar.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt
index e3c4d5194..07ddc2394 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/channelguidelines/HideChannelGuidelinesPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Hide channel guidelines",
- description = "Hides channel guidelines at the top of comments.",
+ description = "Adds an option to hide the channel guidelines at the top of the comments section.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt
index cf43120c4..a8936f3a1 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/customfilter/CustomFilterPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Enable custom filter",
- description = "Enables custom filter to hide layout components.",
+ description = "Adds a custom filter which can be used to hide layout components.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/dialog/RemoveViewerDiscretionDialogPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/dialog/RemoveViewerDiscretionDialogPatch.kt
index 5ddfa4e4b..86ac47cca 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/dialog/RemoveViewerDiscretionDialogPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/dialog/RemoveViewerDiscretionDialogPatch.kt
@@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.dialog.AbstractRemoveViewerDiscretionDi
@Patch(
name = "Remove viewer discretion dialog",
- description = "Removes the dialog that appears when you try to watch a video that has been age-restricted " +
+ description = "Adds an option to remove the dialog that appears when opening a video that has been age-restricted " +
"by accepting it automatically. This does not bypass the age restriction.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
diff --git a/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt
index b06d779dd..1ca5e863e 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/emojipicker/HideEmojiPickerPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Hide emoji picker",
- description = "Hides emoji picker at the comments box.",
+ description = "Adds an option to hide the emoji picker when typing comments.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt
index d57042fdb..28ef19b73 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/floatingbutton/NewPlaylistButtonPatch.kt
@@ -17,7 +17,7 @@ import app.revanced.util.exception
@Patch(
name = "Hide new playlist button",
- description = "Hides the \"New playlist\" button in the library.",
+ description = "Adds an option to hide the \"New playlist\" button in the library.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/historybutton/HideHistoryButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/historybutton/HideHistoryButtonPatch.kt
index 6f23da9b3..3c53ef792 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/historybutton/HideHistoryButtonPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/historybutton/HideHistoryButtonPatch.kt
@@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
@Patch(
name = "Hide history button",
- description = "Hides history button in toolbar.",
+ description = "Adds an option to hide the history button in the toolbar.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt
index 3b60f4c29..7b605e589 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/landscapemode/LandScapeModePatch.kt
@@ -14,7 +14,7 @@ import app.revanced.util.exception
@Patch(
name = "Enable landscape mode",
- description = "Enables entry into landscape mode by screen rotation on the phone.",
+ description = "Adds an option to enable landscape mode when rotating the screen on phones.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt
index 11cb069e9..ff02ee048 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/oldstylelibraryshelf/OldStyleLibraryShelfPatch.kt
@@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
@Patch(
name = "Enable old style library shelf",
- description = "Return the library shelf to old style.",
+ description = "Adds an option to return the library tab to the old style.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt
index 77b1341c3..4361bde40 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/playlistcard/HidePlaylistCardPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Hide playlist card",
- description = "Hides the playlist card from homepage.",
+ description = "Adds an option to hide the playlist card from the homepage.",
dependencies = [
LithoFilterPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/startpage/ChangeStartPagePatch.kt b/src/main/kotlin/app/revanced/patches/music/general/startpage/ChangeStartPagePatch.kt
index 4080639b4..f15120428 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/startpage/ChangeStartPagePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/startpage/ChangeStartPagePatch.kt
@@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Change start page",
- description = "Changes the start page of the app.",
+ description = "Adds an option to set which page the app opens in instead of the homepage.",
dependencies = [
IntentHookPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt
index 329358c6b..5dec9d4fd 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/tooltip/TooltipContentViewPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.util.exception
@Patch(
name = "Hide tooltip content",
- description = "Hides the tooltip box that appears on first install.",
+ description = "Hides the tooltip box that appears when opening the app for the first time.",
dependencies = [SharedResourceIdPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/general/voicesearch/VoiceSearchButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/general/voicesearch/VoiceSearchButtonPatch.kt
index 588891417..a5056d592 100644
--- a/src/main/kotlin/app/revanced/patches/music/general/voicesearch/VoiceSearchButtonPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/general/voicesearch/VoiceSearchButtonPatch.kt
@@ -6,7 +6,7 @@ import app.revanced.patches.shared.patch.voicesearch.AbstractVoiceSearchButtonPa
@Patch(
name = "Hide voice search button",
- description = "Hide voice search button in search bar.",
+ description = "Hides the voice search button in the search bar.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
use = false
)
diff --git a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt
index 4ea0b4be7..562074746 100644
--- a/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/layout/branding/icon/CustomBrandingIconPatch.kt
@@ -13,7 +13,7 @@ import java.nio.file.Files
@Patch(
name = "Custom branding icon YouTube Music",
- description = "Change the YouTube Music launcher icon to the icon specified in options.json.",
+ description = "Changes the YouTube Music app icon to the icon specified in options.json.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt
index a336390a5..06c36f44f 100644
--- a/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/layout/branding/name/CustomBrandingNamePatch.kt
@@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.elements.AbstractRemoveStringsElementsP
@Patch(
name = "Custom branding name YouTube Music",
- description = "Rename the YouTube Music app to the name specified in options.json.",
+ description = "Renames the YouTube Music app to the name specified in options.json.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/music/layout/doubletapbackground/DoubleTapOverlayBackgroundPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/doubletapbackground/DoubleTapOverlayBackgroundPatch.kt
index aa62e9a0c..d55c83409 100644
--- a/src/main/kotlin/app/revanced/patches/music/layout/doubletapbackground/DoubleTapOverlayBackgroundPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/layout/doubletapbackground/DoubleTapOverlayBackgroundPatch.kt
@@ -6,7 +6,7 @@ import app.revanced.patches.shared.patch.doubletapbackground.AbstractDoubleTapOv
@Patch(
name = "Hide double tap overlay filter",
- description = "Hides the double tap dark filter layer.",
+ description = "Removes the dark overlay when double-tapping to seek.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
use = false
)
diff --git a/src/main/kotlin/app/revanced/patches/music/layout/overlayfilter/OverlayFilterPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/overlayfilter/OverlayFilterPatch.kt
index 76acc2c0b..c16fcf100 100644
--- a/src/main/kotlin/app/revanced/patches/music/layout/overlayfilter/OverlayFilterPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/layout/overlayfilter/OverlayFilterPatch.kt
@@ -7,7 +7,7 @@ import app.revanced.patcher.patch.annotation.Patch
@Patch(
name = "Disable overlay filter",
- description = "Disables dark overlay when comment, share, save to playlist, and flyout panels open.",
+ description = "Removes the dark overlay when comment, share, save to playlist, and flyout panels are open.",
dependencies = [OverlayFilterBytecodePatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
use = false
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt
index 90285c622..d53da77fc 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/bitrate/BitrateDefaultValuePatch.kt
@@ -7,7 +7,7 @@ import app.revanced.patcher.patch.annotation.Patch
@Patch(
name = "Bitrate default value",
- description = "Set the audio quality to \"Always High\" when you first install the app.",
+ description = "Sets the audio quality to \"Always High\" when you first install the app.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt
index 353d59433..8ced0da29 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/codecs/CodecsUnlockPatch.kt
@@ -10,7 +10,7 @@ import app.revanced.patches.shared.patch.opus.AbstractOpusCodecsPatch
@Patch(
name = "Enable opus codec",
- description = "Enable opus codec when playing audio.",
+ description = "Adds an option use the opus audio codec instead of the mp4a audio codec.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt
index 35ad8bf48..56ad10c2b 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt
@@ -9,7 +9,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Enable debug logging",
- description = "Adds debugging options.",
+ description = "Adds an option to enable debug logging.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
use = false
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt
index ec6bd2fa6..eb2ec18d3 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/exclusiveaudio/ExclusiveAudioPatch.kt
@@ -20,7 +20,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
@Patch(
name = "Exclusive audio playback",
- description = "Enables the option to play music without video.",
+ description = "Unlocks the option to play music without video.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt
index 7bb344bdb..a2d19e7cf 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/minimizedplayback/MinimizedPlaybackPatch.kt
@@ -10,7 +10,7 @@ import app.revanced.util.exception
@Patch(
name = "Enable minimized playback",
- description = "Enables minimized playback on Kids music.",
+ description = "Enables playback in miniplayer for Kids music.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt
index 6c5056915..474c19b55 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/premium/HideGetPremiumPatch.kt
@@ -24,7 +24,7 @@ import com.android.tools.smali.dexlib2.iface.reference.Reference
@Patch(
name = "Hide get premium",
- description = "Hides \"Get Premium\" label from the account menu or settings.",
+ description = "Hides the \"Get Music Premium\" label from the account menu and settings.",
dependencies = [SharedResourceIdPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt
index dceace2b6..515062e5f 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/spoofappversion/SpoofAppVersionPatch.kt
@@ -14,7 +14,8 @@ import app.revanced.util.copyXmlNode
@Patch(
name = "Spoof app version",
- description = "Spoof the YouTube Music client version.",
+ description = "Adds options to spoof the YouTube Music client version. " +
+ "This can remove the radio mode restriction in Canadian regions or disable real-time lyrics.",
dependencies = [
IntentHookPatch::class,
OldStyleLibraryShelfPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt
index b31c104ad..00731aaea 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/tastebuilder/TasteBuilderPatch.kt
@@ -12,7 +12,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction
@Patch(
name = "Hide taste builder",
- description = "Hides the \"Tell us which artists you like\" card from homepage.",
+ description = "Hides the \"Tell us which artists you like\" card from the homepage.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt
index e83fc7355..a10810e29 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/tracking/SanitizeUrlQueryPatch.kt
@@ -12,7 +12,7 @@ import app.revanced.patches.shared.patch.tracking.AbstractSanitizeUrlQueryPatch
@Patch(
name = "Sanitize sharing links",
- description = "Removes tracking query parameters from the URLs when sharing links.",
+ description = "Adds an option to remove tracking query parameters from URLs when sharing links.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt
index 34bd4554a..859b814b2 100644
--- a/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/misc/translations/TranslationsPatch.kt
@@ -7,7 +7,7 @@ import app.revanced.patches.shared.patch.translations.AbstractTranslationsPatch
@Patch(
name = "Translations",
- description = "Add Crowdin translations for YouTube Music.",
+ description = "Adds Crowdin translations for YouTube Music.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt b/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt
index 4f6c7a096..5f83678c5 100644
--- a/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/navigation/black/BlackNavigationBarPatch.kt
@@ -16,7 +16,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Enable black navigation bar",
- description = "Sets the navigation bar color to black.",
+ description = "Adds an option to set the navigation bar color to black.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt b/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt
index e4dd2700d..7f18314e2 100644
--- a/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/navigation/component/NavigationBarComponentPatch.kt
@@ -22,7 +22,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Patch(
name = "Hide navigation bar component",
- description = "Hides navigation bar components.",
+ description = "Adds options to hide navigation bar components.",
dependencies = [
SettingsPatch::class,
SharedResourceIdPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt
index 15624ef6b..b992b37f7 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/colormatchplayer/ColorMatchPlayerPatch.kt
@@ -24,7 +24,7 @@ import kotlin.properties.Delegates
@Patch(
name = "Enable color match player",
- description = "Matches the color of the mini player and the fullscreen player.",
+ description = "Adds an option to match the color of the miniplayer to the fullscreen player.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt
index a646b570b..f43092695 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/minimizedplayer/MinimizedPlayerPatch.kt
@@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Enable force minimized player",
- description = "Keep player permanently minimized even if another track is played.",
+ description = "Adds an option to keep the miniplayer minimized even when another track is played.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt
index b0f518479..e43be830f 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/newplayerbackground/NewPlayerBackgroundPatch.kt
@@ -13,7 +13,7 @@ import app.revanced.util.exception
@Patch(
name = "Enable new player background",
- description = "Enable new player background.",
+ description = "Adds an option to enable the new player background.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt
index 9a3971386..6a5f60b95 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/oldplayerlayout/OldPlayerLayoutPatch.kt
@@ -13,7 +13,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
@Patch(
name = "Enable old player layout",
- description = "Return the player layout to old style. Deprecated on YT Music 6.31.55+",
+ description = "Adds an option to return the player layout to the old style. Deprecated on YT Music 6.31.55+.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
use = false
diff --git a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt
index 378d10895..7ea7e7ed3 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt
@@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Enable old style miniplayer",
- description = "Return the miniplayers to old style.",
+ description = "Adds an option to return the miniplayer to the old style.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt
index 4ce67c8ac..c8fff4f84 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/repeat/RememberRepeatPatch.kt
@@ -15,7 +15,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Remember repeat state",
- description = "Remembers the state of the repeat.",
+ description = "Adds an option to remember the state of the repeat toggle.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt b/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt
index 588cf82a5..b5432230f 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/replace/ReplaceCastButtonPatch.kt
@@ -32,7 +32,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
@Patch(
name = "Replace cast button",
- description = "Replace the cast button in the player with the open music button.",
+ description = "Adds an option to replace the cast button in the player with the \"Open music\" button.",
dependencies = [
MainActivityResolvePatch::class,
PlayerResponsePatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt b/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt
index 829014e30..dc89a39b8 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/shuffle/RememberShufflePatch.kt
@@ -31,7 +31,7 @@ import com.android.tools.smali.dexlib2.util.MethodUtil
@Patch(
name = "Remember shuffle state",
- description = "Remembers the state of the shuffle.",
+ description = "Adds an option to remember the state of the shuffle toggle.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt b/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt
index 5084d1572..dc5402318 100644
--- a/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/player/zenmode/ZenModePatch.kt
@@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
@Patch(
name = "Enable zen mode",
- description = "Adds a grey tint to the video player to reduce eye strain.",
+ description = "Adds an option to change the player background to light grey to reduce eye strain.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt
index 0c66cbc44..b4f063772 100644
--- a/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/utils/fix/androidauto/AndroidAutoCertificatePatch.kt
@@ -10,7 +10,7 @@ import app.revanced.util.exception
@Patch(
name = "Certificate spoof",
- description = "Spoofs the YouTube Music certificate for Android Auto.",
+ description = "Enables YouTube Music to work with Android Auto by spoofing the YouTube Music certificate.",
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt
index aed9e93f0..dcbb1971b 100644
--- a/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/utils/microg/MicroGPatch.kt
@@ -22,7 +22,7 @@ import app.revanced.patches.shared.patch.packagename.PackageNamePatch
@Patch(
name = "MicroG support",
- description = "Allows ReVanced Extended Music to run without root and under a different package name with MicroG.",
+ description = "Allows YouTube Music to run without root and under a different package name with MicroG.",
dependencies = [
ClientSpoofPatch::class,
MainActivityResolvePatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt
index 72f82b462..ae4685a58 100644
--- a/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/utils/returnyoutubedislike/ReturnYouTubeDislikePatch.kt
@@ -12,7 +12,7 @@ import org.w3c.dom.Node
@Patch(
name = "Return YouTube Dislike",
- description = "Shows the dislike count of videos using the Return YouTube Dislike API.",
+ description = "Adds an option to show the dislike count of songs using the Return YouTube Dislike API.",
dependencies = [
ReturnYouTubeDislikeBytecodePatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt
index b4e5f33cb..4ef85448d 100644
--- a/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/utils/settings/SettingsPatch.kt
@@ -19,7 +19,7 @@ import java.io.Closeable
@Patch(
name = "Settings",
- description = "Adds settings for ReVanced Extended to YouTube Music.",
+ description = "Adds ReVanced Extended settings to YouTube Music.",
dependencies = [SettingsBytecodePatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")]
)
diff --git a/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt b/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt
index 397ab917e..fad643516 100644
--- a/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/utils/sponsorblock/SponsorBlockPatch.kt
@@ -13,7 +13,7 @@ import app.revanced.util.copyResources
@Patch(
name = "SponsorBlock",
- description = "Integrates SponsorBlock which allows skipping video segments such as sponsored content.",
+ description = "Adds options to enable and configure SponsorBlock, which can skip undesired video segments such as non-music sections.",
dependencies = [
IntentHookPatch::class,
SettingsPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt
index 18fe34074..0bbbd2d9c 100644
--- a/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/video/customspeed/CustomPlaybackSpeedPatch.kt
@@ -11,7 +11,7 @@ import app.revanced.patches.shared.patch.customspeed.AbstractCustomPlaybackSpeed
@Patch(
name = "Custom playback speed",
- description = "Adds more playback speed options.",
+ description = "Adds an option to customize available playback speeds.",
dependencies = [IntentHookPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
)
diff --git a/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt
index 68945ee12..65666a00c 100644
--- a/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/video/quality/VideoQualityPatch.kt
@@ -18,7 +18,7 @@ import com.android.tools.smali.dexlib2.builder.instruction.BuilderInstruction21c
@Patch(
name = "Remember video quality",
- description = "Save the video quality value whenever you change the video quality.",
+ description = "Adds an option to remember the last video quality selected.",
dependencies = [
OverrideQualityHookPatch::class,
SettingsPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt b/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt
index 9371980e4..85983cf5b 100644
--- a/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/video/speed/PlaybackSpeedPatch.kt
@@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
@Patch(
name = "Remember playback speed",
- description = "Save the playback speed value whenever you change the playback speed.",
+ description = "Adds an option to remember the last playback speed selected.",
dependencies = [
OverrideSpeedHookPatch::class,
SettingsPatch::class
diff --git a/src/main/kotlin/app/revanced/patches/reddit/ad/general/HideAdsPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/ad/general/HideAdsPatch.kt
index d765a35c5..2e8997c16 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/ad/general/HideAdsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/ad/general/HideAdsPatch.kt
@@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.reference.FieldReference
@Patch(
name = "Hide ads",
- description = "Hides ads from the Reddit.",
+ description = "Adds options to hide ads.",
dependencies = [HideBannerPatch::class, HideCommentAdsPatch::class, SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
requiresIntegrations = true,
diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt
index b20e32d2f..891ad1024 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/layout/branding/name/CustomBrandingNamePatch.kt
@@ -11,7 +11,7 @@ import java.nio.file.Files
@Patch(
name = "Custom branding name Reddit",
- description = "Rename the Reddit app to the name specified in options.json.",
+ description = "Renames the Reddit app to the name specified in options.json.",
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
use = false
)
diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/branding/packagename/ChangePackageNamePatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/branding/packagename/ChangePackageNamePatch.kt
index 3b8b37c13..024b1b455 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/layout/branding/packagename/ChangePackageNamePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/layout/branding/packagename/ChangePackageNamePatch.kt
@@ -11,7 +11,7 @@ import java.io.Closeable
@Patch(
name = "Change package name",
- description = "Specifies the package name for Reddit.",
+ description = "Changes the package name for Reddit to the name specified in options.json.",
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")],
use = false
)
diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/navigation/NavigationButtonsPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/navigation/NavigationButtonsPatch.kt
index b98793348..e2126ccf1 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/layout/navigation/NavigationButtonsPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/layout/navigation/NavigationButtonsPatch.kt
@@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.FiveRegisterInstruction
@Patch(
name = "Hide navigation buttons",
- description = "Hide buttons at navigation bar.",
+ description = "Adds options to hide buttons in the navigation bar.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)
diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/premiumicon/PremiumIconPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/premiumicon/PremiumIconPatch.kt
index d033af0c8..0c72f0a91 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/layout/premiumicon/PremiumIconPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/layout/premiumicon/PremiumIconPatch.kt
@@ -10,7 +10,7 @@ import app.revanced.util.exception
@Patch(
name = "Premium icon",
- description = "Unlocks premium icons.",
+ description = "Unlocks premium app icons.",
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)
@Suppress("unused")
diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/RecentlyVisitedShelfPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/RecentlyVisitedShelfPatch.kt
index f852d2787..5ea3d8265 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/RecentlyVisitedShelfPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/layout/recentlyvisited/RecentlyVisitedShelfPatch.kt
@@ -14,7 +14,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide recently visited shelf",
- description = "Hides recently visited shelf in sidebar.",
+ description = "Adds an option to hide the recently visited shelf in sidebar.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)
diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/screenshotpopup/ScreenshotPopupPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/screenshotpopup/ScreenshotPopupPatch.kt
index 60f651a52..ec242090c 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/layout/screenshotpopup/ScreenshotPopupPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/layout/screenshotpopup/ScreenshotPopupPatch.kt
@@ -15,7 +15,7 @@ import app.revanced.util.exception
@Patch(
name = "Disable screenshot popup",
- description = "Disables the popup that shows up when taking a screenshot.",
+ description = "Adds an option to disable the popup that shows up when taking a screenshot.",
dependencies = [SettingsPatch::class, SharedResourceIdPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)
diff --git a/src/main/kotlin/app/revanced/patches/reddit/layout/toolbar/ToolBarButtonPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/layout/toolbar/ToolBarButtonPatch.kt
index f16dc4f76..2ff6760c0 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/layout/toolbar/ToolBarButtonPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/layout/toolbar/ToolBarButtonPatch.kt
@@ -17,7 +17,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
@Patch(
name = "Hide toolbar button",
- description = "Hides 'r/place' button or 'reddit recap' button in the toolbar.",
+ description = "Adds an option to hide the'r/place' button or 'reddit recap' button in the toolbar.",
dependencies =
[
SettingsPatch::class,
diff --git a/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksDirectlyPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksDirectlyPatch.kt
index 05f4cf52a..dc24d889f 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksDirectlyPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksDirectlyPatch.kt
@@ -12,7 +12,7 @@ import app.revanced.util.exception
@Patch(
name = "Open links directly",
- description = "Skips over redirection URLs to external links.",
+ description = "Adds an option to skip over redirection URLs in external links.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)
diff --git a/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksExternallyPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksExternallyPatch.kt
index f5fda7c00..5a9a21c6b 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksExternallyPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/misc/openlink/OpenLinksExternallyPatch.kt
@@ -15,7 +15,7 @@ import app.revanced.util.getStringInstructionIndex
@Patch(
name = "Open links externally",
- description = "Open links outside of the app directly in your browser.",
+ description = "Adds an option to always open links in your browser instead of in the in-app-browser.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)
diff --git a/src/main/kotlin/app/revanced/patches/reddit/misc/tracking/url/SanitizeUrlQueryPatch.kt b/src/main/kotlin/app/revanced/patches/reddit/misc/tracking/url/SanitizeUrlQueryPatch.kt
index 479c5bd6e..7b856c29c 100644
--- a/src/main/kotlin/app/revanced/patches/reddit/misc/tracking/url/SanitizeUrlQueryPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/reddit/misc/tracking/url/SanitizeUrlQueryPatch.kt
@@ -14,7 +14,7 @@ import app.revanced.util.exception
@Patch(
name = "Sanitize sharing links",
- description = "Removes tracking query parameters from the URLs when sharing links.",
+ description = "Adds an option to remove tracking query parameters from URLs when sharing links.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.reddit.frontpage")]
)
diff --git a/src/main/kotlin/app/revanced/patches/shared/patch/packagename/PackageNamePatch.kt b/src/main/kotlin/app/revanced/patches/shared/patch/packagename/PackageNamePatch.kt
index 3f32879b1..be9e8e30d 100644
--- a/src/main/kotlin/app/revanced/patches/shared/patch/packagename/PackageNamePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/shared/patch/packagename/PackageNamePatch.kt
@@ -8,7 +8,7 @@ import app.revanced.patcher.patch.options.PatchOption.PatchExtensions.stringPatc
@Patch(
name = "Custom package name",
- description = "Specifies the package name for YouTube and YT Music in the MicroG build.",
+ description = "Changes the package name for the non-root build of YouTube and YouTube Music to the name specified in options.json.",
compatiblePackages = [
CompatiblePackage("com.google.android.youtube"),
CompatiblePackage("com.google.android.apps.youtube.music")
diff --git a/src/main/resources/music/settings/host/values/strings.xml b/src/main/resources/music/settings/host/values/strings.xml
index 04bd68d96..09f4119ad 100644
--- a/src/main/resources/music/settings/host/values/strings.xml
+++ b/src/main/resources/music/settings/host/values/strings.xml
@@ -15,20 +15,20 @@
Navigation
Player
Video
- Chart
+ Charts
Explore
Home
Library
- Subscription
+ Subscriptions
Changes the start page of the app.
Change start page
- Filter component names by line-seperated.
+ Configure which components to filter, separated by new lines.
Edit custom filter
- Invalid custom filter, resetting to default.
- Enables custom filter to hide layout components.
+ Invalid custom filter. Filter reset to default.
+ Enables the custom filter to hide layout components.
Enable custom filter
- Invalid custom playback speeds. Reset to default values.
- Add or change the playback speeds available.
+ Invalid custom playback speeds. Speeds reset to default.
+ Configure the playback speeds available.
Edit custom playback speeds
Custom speeds can\'t be more than %sx.
Disables forced auto captions.
@@ -36,42 +36,42 @@
%s is not installed. Please install it.
Sets the navigation bar color to black.
Enable black navigation bar
- Matches the color of the mini player and the fullscreen player.
+ Matches the color of the miniplayer to the fullscreen player.
Enable color match player
- "Enable compact dialog on phone.
+ "Enables the compact flyout menu on phones.
Known issues:
-• Album art on the library shelf also becomes smaller.
+• Album art in the library tab becomes smaller when organized in a grid.
• Sleep timer layout may appear unusual."
Enable compact dialog
Prints the debug log.
Enable debug logging
- Add an playback speed button to the flyout panel.
+ Adds a playback speed button to the flyout panel.
Enable playback speed
- Keep player permanently minimized even if another track is played.
+ Keeps the miniplayer minimized even when another track is played.
Enable force minimized player
- Enables entry into landscape mode by screen rotation on the phone.
+ Enables landscape mode when rotating the screen on phones.
Enable landscape mode
- Enables new player background.
+ Enables the new player background.
Enable new player background
- "Return the player layout to old style.
-Some settings may not work properly in the old player layout.
+ "Returns the player layout to the old style.
+Some features may not work properly in the old player layout.
-WARNING: Do not enable new player backgrounds while this is enabled."
+WARNING: Do not enable "New player background" while this is enabled."
Enable old player layout
- Return the library shelf to old style. (Experimental)
+ Returns the library tab to the old style. (Experimental)
Enable old style library shelf
- Return the mini players to old style.
+ Returns the miniplayer to the old style.
Enable old style mini player
- Apply opus audio codec instead of mp4a audio codec.
+ Enables the opus audio codec instead of the mp4a audio codec.
Enable opus codec
- Save the playback speed value whenever you change the playback speed.
+ Remembers the last playback speed selected.
Enable save playback speed
- Save the video quality value whenever you change the video quality.
+ Remembers the last video quality selected.
Enable save video quality
- Add sleep timer to flyout menu.
+ Adds sleep timer to the flyout menu.
Enable sleep timer
- Adds a grey tint to the video player to reduce eye strain.
+ Changes the player background to light grey to reduce eye strain.
Enable zen mode
Export settings to file
Failed to export settings.
@@ -99,25 +99,25 @@ WARNING: Do not enable new player backgrounds while this is enabled."
Hide comment button
Hides download button.
Hide download button
- Hide labels in action button.
+ Hides labels in action buttons.
Hide action button labels
Hides start radio button.
Hide radio button
Hides share button.
Hide share button
- Hides the button shelf from homepage and explorer.
+ Hides the button shelf from the homepage and explore tab.
Hide button shelf
- Hides the carousel shelf from homepage and explorer.
+ Hides the carousel shelf from the homepage and explore tab.
Hide carousel shelf
Hides the cast button.
Hide cast button
Hides the category bar.
Hide category bar
- Hides channel guidelines at the top of comments.
+ Hides the channel guidelines at the top of the comments section.
Hide channel guidelines
- Hides emoji picker at the comments box.
+ Hides the emoji picker when typing comments.
Hide emoji picker
- Hides the explore button in navigation bar.
+ Hides the explore button.
Hide explore button
Hide add to queue menu
Hide captions menu
@@ -146,29 +146,29 @@ WARNING: Do not enable new player backgrounds while this is enabled."
Hide view song credit menu
Hides general ads.
Hide general ads
- Hides the handle in the account switcher.
+ Hides the handle in the account menu.
Hide handle
- Hides history button in toolbar.
+ Hides the history button in the toolbar.
Hide history button
Hides the home button.
Hide home button
- Hides the interstitial ads.
+ Hides interstitial ads.
Hide interstitial ads
Hides the library button.
Hide library button
Hides ads before playing a music.
Hide music ads
- Hides navigation bar.
+ Hides the navigation bar.
Hide navigation bar
- Hide labels in navigation bar.
+ Hides labels below the navigation buttons.
Hide navigation label
Hides the \"New playlist\" button in the library.
Hide new playlist button
- Hides the playlist card from homepage.
+ Hides the playlist card from the homepage.
Hide playlist card
- Hides premium promotion popup.
+ Hides premium promotion popups.
Hide premium promotion popup
- Hides premium renewal banner.
+ Hides the premium renewal banner.
Hide premium renewal banner
Hides the samples button.
Hide samples button
@@ -181,19 +181,19 @@ WARNING: Do not enable new player backgrounds while this is enabled."
Normal
Already playing official music source.
Official music source not available.
- "Remove viewer discretion dialog.
-This does not bypass the age restriction, it just accepts it automatically."
+ "Removes the viewer discretion dialog.
+This does not bypass the age restriction. It just accepts it automatically."
Remove viewer discretion dialog
Restart to load the layout normally
Refresh and restart
- When watching on YouTube, continue watching from the current time.
+ Continues the video from the current time when switching to YouTube.
Continue watching
- Replaces dismiss queue menu to watch on YouTube.
+ Replaces \"Dismiss queue\" with \"Watch on YouTube\".
Replace dismiss queue
Replace cast button
- Remembers the state of the repeat.
+ Remembers the state of the repeat toggle.
Remember repeat state
- Remembers the state of the shuffle.
+ Remembers the state of the shuffle toggle.
Remember shuffle state
Reset
About
@@ -210,17 +210,17 @@ This does not bypass the age restriction, it just accepts it automatically."Toast is shown if Return YouTube Dislike is not available.
Show a toast if API is not available
Hidden
- Removes tracking query parameters from the URLs when sharing links.
+ Removes tracking query parameters from URLs when sharing links.
Sanitize sharing links
Changing default speed to %s.
Changing default mobile data quality to %s.
Failed to set quality.
Changing default Wi-Fi quality to %s.
Settings copied to clipboard.
- "Spoofing the client version to the old version.
+ "Spoofs the client version to an older version.
• This will change the appearance of the app, but unknown side effects may occur.
-• If later turned off, the old UI may remain until clear the app data."
+• If later turned off, the old UI may remain until the app data is cleared."
4.27.53 - Disable radio mode in Canadian regions
6.10.53 - Disable real time lyrics
Select the spoof app version target.
@@ -284,7 +284,7 @@ This does not bypass the age restriction, it just accepts it automatically."Color:
Color changed.
Color reset.
- Invalid color code.
+ Invalid color code. Color reset to default.
Reset color
Data is provided by the SponsorBlock API. Tap here to learn more and see downloads for other platforms.
diff --git a/src/main/resources/youtube/settings/host/values/strings.xml b/src/main/resources/youtube/settings/host/values/strings.xml
index 4e173e124..a7dd49174 100644
--- a/src/main/resources/youtube/settings/host/values/strings.xml
+++ b/src/main/resources/youtube/settings/host/values/strings.xml
@@ -730,7 +730,7 @@ Tap and hold to set playback speed to 1.0x."
Quick actions top margin must be between 0-64. Reset to default values.
Quick actions
"Remove viewer discretion dialog.
-This does not bypass the age restriction, it just accepts it automatically."
+This does not bypass the age restriction. It just accepts it automatically."
Remove viewer discretion dialog
Restart to load the layout normally
Refresh and restart