mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
String changes
This commit is contained in:
parent
4616de2024
commit
0f8f0bc8a3
@ -116,7 +116,7 @@ Other options
|
||||
|
||||
:guilabel:`Thumb width` specifies a width preference for cover thumbnails included with Descriptions pages. Thumbnails are cached to improve performance. To experiment with different widths, try generating a catalog with just a few books until you've determined your preferred width, then generate your full catalog. The first time a catalog is generated with a new thumbnail width, performance will be slower, but subsequent builds of the catalog will take advantage of the thumbnail cache.
|
||||
|
||||
:guilabel:`Merge with Comments` specifies a custom column whose content will be non-destructively merged with the Comments metadata during catalog generation. For example, you might have a custom column :guilabel:`Author Bio` that you'd like to append to the Comments metadata. You can choose to insert the custom column contents *before or after* the Comments section, and optionally separate the appended content with a horizontal rule separator. Eligible custom column types include ``text, comments, and composite``.
|
||||
:guilabel:`Merge with Comments` specifies a custom column whose content will be non-destructively merged with the Comments metadata during catalog generation. For example, you might have a custom column :guilabel:`Author bio` that you'd like to append to the Comments metadata. You can choose to insert the custom column contents *before or after* the Comments section, and optionally separate the appended content with a horizontal rule separator. Eligible custom column types include ``text, comments, and composite``.
|
||||
|
||||
.. _Custom catalog covers:
|
||||
|
||||
|
@ -279,9 +279,9 @@ The ``data`` argument
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
This a simple Python ``dict``. When you run
|
||||
:guilabel:`Replace All`, every successive match will cause ``replace()`` to be
|
||||
:guilabel:`Replace all`, every successive match will cause ``replace()`` to be
|
||||
called with the same ``dict`` as data. You can thus use it to store arbitrary
|
||||
data between invocations of ``replace()`` during a :guilabel:`Replace All`
|
||||
data between invocations of ``replace()`` during a :guilabel:`Replace all`
|
||||
operation.
|
||||
|
||||
The ``functions`` argument
|
||||
|
@ -15,7 +15,7 @@ headings in an unstructured HTML document.
|
||||
:depth: 1
|
||||
:local:
|
||||
|
||||
Selecting by tagname
|
||||
Selecting by tag name
|
||||
----------------------------------------
|
||||
|
||||
The simplest form of selection is to select tags by name. For example,
|
||||
|
@ -131,21 +131,21 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="select_all_stores">
|
||||
<property name="text">
|
||||
<string>Select all</string>
|
||||
<string>Select &all</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="select_invert_stores">
|
||||
<property name="text">
|
||||
<string>Invert selection</string>
|
||||
<string>&Invert selection</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="select_none_stores">
|
||||
<property name="text">
|
||||
<string>Select none</string>
|
||||
<string>Select &none</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user