From c8befd2f0331484ec4dfd5782bc649cd39a9d9e8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 6 Jan 2026 07:16:54 +0530 Subject: [PATCH] string changes --- resources/default_tweaks.py | 2 +- src/calibre/gui2/preferences/look_feel_tabs/bookshelf_view.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 2ece74dc78..b5813eee8a 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -612,7 +612,7 @@ hide_ai_features = False #: Control GPU usage in Qt WebEngine # Qt WebEngine is the library that is used to render content in the calibre # viewer and editor. It can optionally use the GPU for enhanced performance, -# however, this can causes crashes/black screens on some older systems, so it +# however, this can cause crashes/black screens on some older systems, so it # is disabled by default. In normal usage, the performance difference is not # noticeable anyway. qt_webengine_uses_gpu = False diff --git a/src/calibre/gui2/preferences/look_feel_tabs/bookshelf_view.ui b/src/calibre/gui2/preferences/look_feel_tabs/bookshelf_view.ui index 0ff29d4791..b16ad0d4d7 100644 --- a/src/calibre/gui2/preferences/look_feel_tabs/bookshelf_view.ui +++ b/src/calibre/gui2/preferences/look_feel_tabs/bookshelf_view.ui @@ -131,7 +131,7 @@ - <p>The template used to generate an optional second line of text on the spine. This template uses the same syntax as save templates. Defaults to no second line. For very narrow books, this will be skipped when there isnt space for a second line. For example, use the value {author_sort} to show the book authors. Note that this setting is per-library, which means that you have to set it again for every different calibre library you use.</p> + <p>The template used to generate an optional second line of text on the spine. This template uses the same syntax as save templates. Defaults to no second line. For very narrow books, this will be skipped when there is insufficient space for a second line. For example, use the value {author_sort} to show the book authors. Note that this setting is per-library, which means that you have to set it again for every different calibre library you use.</p>