From 79e71a6978328a22849f42d731f705aa85c8acaf Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sat, 1 Mar 2025 15:50:04 -0700 Subject: [PATCH] Fix: bitrate typo --- strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/en-us.json b/strings/en-us.json index d00a1e1f..a8704951 100644 --- a/strings/en-us.json +++ b/strings/en-us.json @@ -137,7 +137,7 @@ "LabelEbooks": "Ebooks", "LabelEnable": "Enable", "LabelEnableMp3IndexSeeking": "Enable mp3 index seeking", - "LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.", + "LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable bitrate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.", "LabelEnd": "End", "LabelEndOfChapter": "End of Chapter", "LabelEndTime": "End time",