From e7ef615053f038d078cfadb3da12af94fc38e58e Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 21 Nov 2025 12:00:19 +1100 Subject: [PATCH] Fix newline bug in idle timer explanation in settings --- bouquin/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bouquin/locales/en.json b/bouquin/locales/en.json index 7ed1dea..9654582 100644 --- a/bouquin/locales/en.json +++ b/bouquin/locales/en.json @@ -104,7 +104,7 @@ "database": "Database", "save_key_warning": "If you don't want to be prompted for your encryption key, check this to remember it.\nWARNING: the key is saved to disk and could be recoverable if your disk is compromised.", "lock_screen_when_idle": "Lock screen when idle", - "autolock_explanation": "Bouquin will automatically lock the notepad after this length of time, after which you'll need to re-enter the key to unlock it.'nSet to 0 (never) to never lock.", + "autolock_explanation": "Bouquin will automatically lock the notepad after this length of time, after which you'll need to re-enter the key to unlock it.\nSet to 0 (never) to never lock.", "font_size": "Font size", "font_size_explanation": "Changing this value will change the size of all paragraph text in all tabs. It does not affect heading or code block size", "search_for_notes_here": "Search for notes here",