From 2a2f7736bc61b76d2ddbcd755f8f21d21fa69fd8 Mon Sep 17 00:00:00 2001 From: halozat Date: Fri, 4 Oct 2024 15:55:01 +0200 Subject: [PATCH] web/i18n/en: rephrase `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 50352f3c..c03883ff 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -50,7 +50,7 @@ "audio.bitrate": "audio bitrate", "audio.bitrate.kbps": "kb/s", - "audio.bitrate.description": "bitrate only applies to audio conversion into lossy audio formats. cobalt can't improve the source audio quality, so choosing a bitrate over 128kbps may inflate the file size with no audible difference. perceived quality may vary by format.", + "audio.bitrate.description": "bitrate is only applied upon converting audio to a lossy format. cobalt can't improve the source audio quality, so choosing a bitrate over 128kbps may inflate the file size with no audible difference. perceived quality may vary by format.", "audio.youtube.dub": "youtube", "audio.youtube.dub.title": "use browser language for dubbed videos",