string changes

This commit is contained in:
Kovid Goyal 2026-01-06 07:16:54 +05:30
parent 96916c9c18
commit c8befd2f03
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -131,7 +131,7 @@
<item>
<widget class="QLineEdit" name="opt_bookshelf_author_template">
<property name="toolTip">
<string>&lt;p&gt;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.&lt;/p&gt;</string>
<string>&lt;p&gt;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.&lt;/p&gt;</string>
</property>
</widget>
</item>