From b3d846a1e35963ccc1062dc3c0932e864347d7c2 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 22 Aug 2024 20:50:45 +0600 Subject: [PATCH] web/i18n/settings: update audio bitrate 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 163e806c..a9ba9828 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -53,7 +53,7 @@ "audio.bitrate": "audio bitrate", "audio.bitrate.kbps": "kb/s", - "audio.bitrate.description": "preferred bitrate to use when converting audio. final perceived quality may differ based on the format.", + "audio.bitrate.description": "bitrate will be used only when converting audio. cobalt cannot get higher quality than what source provides, so selecting bitrate greater than 128kb/s may artificially inflate the file with no audible difference. final perceived quality may differ based on the format.", "audio.youtube.dub": "youtube", "audio.youtube.dub.title": "use browser language for dubbed videos",