String changes

This commit is contained in:
Kovid Goyal 2017-06-17 18:31:43 +05:30
parent 4616de2024
commit 0f8f0bc8a3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -131,21 +131,21 @@
<item>
<widget class="QPushButton" name="select_all_stores">
<property name="text">
<string>Select all</string>
<string>Select &amp;all</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="select_invert_stores">
<property name="text">
<string>Invert selection</string>
<string>&amp;Invert selection</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="select_none_stores">
<property name="text">
<string>Select none</string>
<string>Select &amp;none</string>
</property>
</widget>
</item>