String changes

This commit is contained in:
Kovid Goyal 2020-04-20 11:21:34 +05:30
parent d3cdff0d68
commit edecc049bc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 6 additions and 6 deletions

View File

@ -1627,7 +1627,7 @@ to appear as Unknown if metadata management was set to manual in calibre."
- title: "Kobo driver: Add support for new firmware"
- title: 'Bulk metadata edit dialog: Add an "edit tags" button for tags like custom columns.'
- title: 'Bulk metadata edit dialog: Add an "Edit tags" button for tags like custom columns.'
tickets: [1779299]
- title: "Add an option in Preferences->Look & feel to disable the new 'drag and drop to merge books feature'"

View File

@ -589,22 +589,22 @@ clicking the :guilabel:`Edit metadata` button to bring up the bulk metadata
edit dialog, near the bottom of the dialog is an option to remove stored
conversion settings.
When you Bulk Convert a set of books, settings are taken in the following order (last one wins):
When you Bulk convert a set of books, settings are taken in the following order (last one wins):
* From the defaults set in Preferences->Conversion
* From the saved conversion settings for each book being converted (if
any). This can be turned off by the option in the top left corner of the
Bulk Conversion dialog.
Bulk conversion dialog.
* From the settings set in the Bulk conversion dialog
Note that the final settings for each book in a Bulk Conversion will be saved
Note that the final settings for each book in a Bulk conversion will be saved
and re-used if the book is converted again. Since the highest priority in Bulk
Conversion is given to the settings in the Bulk Conversion dialog, these will
Conversion is given to the settings in the Bulk conversion dialog, these will
override any book specific settings. So you should only bulk convert books
together that need similar settings. The exceptions are metadata and input
format specific settings. Since the Bulk Conversion dialog does not have
format specific settings. Since the Bulk conversion dialog does not have
settings for these two categories, they will be taken from book specific
settings (if any) or the defaults.