Fix newline bug in idle timer explanation in settings
All checks were successful
CI / test (push) Successful in 4m4s
Lint / test (push) Successful in 28s
Trivy / test (push) Successful in 20s

This commit is contained in:
Miguel Jacq 2025-11-21 12:00:19 +11:00
parent 4adccc3d95
commit e7ef615053
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -104,7 +104,7 @@
"database": "Database", "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.", "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", "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": "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", "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", "search_for_notes_here": "Search for notes here",