From ffca3ef0b94ffce855f51483f4eb944eb2a43539 Mon Sep 17 00:00:00 2001 From: halozat Date: Fri, 4 Oct 2024 16:18:31 +0200 Subject: [PATCH] web/i18n/en: change word order on `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 c03883ff..8a196c17 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 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.bitrate.description": "bitrate is applied only 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",