From 52c171460833215ca2af0bb33a049c40ac267363 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 26 Oct 2024 22:38:42 +0600 Subject: [PATCH] web/i18n/settings: fix typo in youtube codec description --- web/i18n/en/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index 8d003439..2b34eb62 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -30,7 +30,7 @@ "video.quality.description": "if preferred video quality isn't available, next best is picked instead.", "video.youtube.codec": "youtube video codec and container", - "video.youtube.codec.description": "h264: best compatibility, average bitrate. max quality is 1080p. \nav1: best quality, efficiency, and bitrate. supports 8k & HDR. \nvp9: same quality & bitrate as av1, but file is approximately two times bigger. supports 4k & HDR.\n\nav1 and vp9 aren't as widely supported as h264.", + "video.youtube.codec.description": "h264: best compatibility, average bitrate. max quality is 1080p. \nav1: best quality, efficiency, and bitrate. supports 8k & HDR. \nvp9: same quality as av1, but file is approximately two times bigger. supports 4k & HDR.\n\nav1 and vp9 aren't as widely supported as h264.", "video.twitter.gif": "twitter/x", "video.twitter.gif.title": "convert looping videos to GIF",