diff --git a/patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/fullscreen/OpenVideosFullscreen.kt b/patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/fullscreen/OpenVideosFullscreen.kt index 9f8b0dfe5d..0111ea8806 100644 --- a/patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/fullscreen/OpenVideosFullscreen.kt +++ b/patches/src/main/kotlin/app/revanced/patches/youtube/layout/player/fullscreen/OpenVideosFullscreen.kt @@ -20,7 +20,7 @@ private const val EXTENSION_CLASS_DESCRIPTOR = @Suppress("unused") val openVideosFullscreenPatch = bytecodePatch( name = "Open videos fullscreen", - description = "Adds an option to open videos in portrait full screen mode.", + description = "Adds an option to open videos in full screen portrait mode.", ) { dependsOn( sharedExtensionPatch,