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
9af6fc5d62
commit
e0dbdf3c9c
@ -45,7 +45,7 @@ In addition, there is a button to automatically trim borders from the cover, in
|
|||||||
Editing the metadata of many books at a time
|
Editing the metadata of many books at a time
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
First select the books you want to edit by holding Ctrl or Shift and clicking on them. If you select more than one book, clicking the :guilabel:`Edit metadata` button will cause a new *Bulk* metadata edit dialog to open. Using this dialog, you can quickly set the author/publisher/rating/tags/series etc of a bunch of books to the same value. This is particularly useful if you have just imported a number of books that have some metadata in common. This dialog is very powerful, for example, it has a Search and Replace tab that you can use to perform bulk operations on metadata and even copy metadata from one column to another.
|
First select the books you want to edit by holding Ctrl or Shift and clicking on them. If you select more than one book, clicking the :guilabel:`Edit metadata` button will cause the *Bulk* metadata edit dialog to open. Using this dialog, you can quickly set the author/publisher/rating/tags/series etc of a bunch of books to the same value. This is particularly useful if you have just imported a number of books that have some metadata in common. This dialog is very powerful, for example, it has a Search and Replace tab that you can use to perform bulk operations on metadata and even copy metadata from one column to another.
|
||||||
|
|
||||||
The normal edit metadata dialog also has :guilabel:`Next` and :guilabel:`Previous` buttons that you can use to edit the metadata of several books one after the other.
|
The normal edit metadata dialog also has :guilabel:`Next` and :guilabel:`Previous` buttons that you can use to edit the metadata of several books one after the other.
|
||||||
|
|
||||||
@ -82,5 +82,3 @@ Bulk downloading of metadata
|
|||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
If you want to download the metadata for multiple books at once, right-click the :guilabel:`Edit metadata` button and select :guilabel:`Download metadata`. You can choose to download only metadata, only covers, or both.
|
If you want to download the metadata for multiple books at once, right-click the :guilabel:`Edit metadata` button and select :guilabel:`Download metadata`. You can choose to download only metadata, only covers, or both.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1014,7 +1014,7 @@ class BooksModel(QAbstractTableModel): # {{{
|
|||||||
if ht == 'timestamp': # change help text because users know this field as 'date'
|
if ht == 'timestamp': # change help text because users know this field as 'date'
|
||||||
ht = 'date'
|
ht = 'date'
|
||||||
if fm['is_category']:
|
if fm['is_category']:
|
||||||
is_cat = '\n\n' + _('Click in this column and press Q to Quickview books with the same %s') % ht
|
is_cat = '\n\n' + _('Click in this column and press Q to Quickview books with the same "%s"') % ht
|
||||||
else:
|
else:
|
||||||
is_cat = ''
|
is_cat = ''
|
||||||
cust_desc = ''
|
cust_desc = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user