mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
656b17421c
commit
5fb030462f
@ -84,7 +84,7 @@ Edit metadata
|
||||
3. **Download metadata and covers**: Downloads metadata and covers (if available) for the books that are selected in the book list.
|
||||
4. **Merge book records**: Gives you the capability of merging the metadata and formats of two or more book records. You can choose to either delete or keep the records that were not clicked first.
|
||||
|
||||
For more details see :ref:`metadata`.
|
||||
For more details, see :ref:`metadata`.
|
||||
|
||||
.. _convert_ebooks:
|
||||
|
||||
@ -163,7 +163,7 @@ The :guilabel:`Fetch news` action uses simple recipes (10-15 lines of code) for
|
||||
The :guilabel:`Fetch news` action has three variations, accessed by doing a right-click on the button.
|
||||
|
||||
1. **Schedule news download**: Allows you to schedule the download of your selected news sources from a list of hundreds available. Scheduling can be set individually for each news source you select and the scheduling is flexible allowing you to select specific days of the week or a frequency of days between downloads.
|
||||
2. **Add a custom news source**: Allows you to create a simple recipe for downloading news from a custom news site that you wish to access. Creating the recipe can be as simple as specifying an RSS news feed URL, or you can be more prescriptive by creating Python-based code for the task. For more information see :ref:`news`.
|
||||
2. **Add a custom news source**: Allows you to create a simple recipe for downloading news from a custom news site that you wish to access. Creating the recipe can be as simple as specifying an RSS news feed URL, or you can be more prescriptive by creating Python-based code for the task. For more information, see :ref:`news`.
|
||||
3. **Download all scheduled news sources**: Causes calibre to immediately begin downloading all news sources that you have scheduled.
|
||||
|
||||
|
||||
@ -490,11 +490,11 @@ Temporarily marking books
|
||||
|
||||
You can temporarily mark arbitrary sets of books. Marked books will have a pin
|
||||
on them and can be searched for with ``marked:true``. To do so press
|
||||
:kbd:`Ctrl+m` or go to :guilabel:`Preferences->Toolbars` and add the Mark books
|
||||
button to the main toolbar. You can even create multiple types of marks by
|
||||
right clicking the :guilabel:`Mark books` button and choosing :guilabel:`Mark
|
||||
books with text label`. The text label you enter, can later be searched for
|
||||
with: ``marked:the-text-you-entered``.
|
||||
:kbd:`Ctrl+m` or go to :guilabel:`Preferences->Toolbars & menus` and add the
|
||||
:guilabel:`Mark books` button to the main toolbar. You can even create multiple
|
||||
types of marks by right clicking the :guilabel:`Mark books` button and choosing
|
||||
:guilabel:`Mark books with text label`. The text label you enter, can later be
|
||||
searched for with: ``marked:the-text-you-entered``.
|
||||
|
||||
|
||||
.. _config_filename_metadata:
|
||||
|
@ -34,7 +34,7 @@ class Dummy:
|
||||
class FileDialog(QObject):
|
||||
|
||||
def __init__(
|
||||
self, title=_('Choose Files'),
|
||||
self, title=_('Choose files'),
|
||||
filters=[],
|
||||
add_all_files_filter=True,
|
||||
parent=None,
|
||||
|
@ -330,7 +330,7 @@ class ItemView(QStackedWidget): # {{{
|
||||
l.addWidget(pt)
|
||||
pt.setToolTip(textwrap.fill(_(
|
||||
'When a heading tag has the "title" attribute use its contents as the text for the ToC entry,'
|
||||
' instead of the the text inside the heading tag itself.')))
|
||||
' instead of the text inside the heading tag itself.')))
|
||||
pt.setChecked(bool(self.prefs.get('toc_from_headings_prefer_title')))
|
||||
l.addWidget(s.bb)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user