From 9f9300ebb8d159666e43229842e95c2b3eb5162f Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 28 Oct 2024 18:30:18 +0600 Subject: [PATCH] web/i18n/settings: rephrase audio format 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 b583a043..0c493000 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -50,7 +50,7 @@ "audio.format.ogg": "ogg", "audio.format.wav": "wav", "audio.format.opus": "opus", - "audio.format.description": "all formats but \"best\" are converted, meaning that there'll be some quality loss. audio is not reencoded only when \"best\" format is selected.", + "audio.format.description": "all formats but \"best\" are converted from the source format, there will be some quality loss. when \"best\" format is selected, the audio is kept in its original format whenever possible.", "audio.bitrate": "audio bitrate", "audio.bitrate.kbps": "kb/s",