mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:34:04 +02:00
Fix #807535 (String missing Space)
This commit is contained in:
parent
207f2df463
commit
2ab20f0d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ def merge_books(self, safe_merge=False, merge_only_formats=False):
|
|||
if not confirm('<p>'+_(
|
||||
'Book formats from the selected books will be merged '
|
||||
'into the <b>first selected book</b> (%s). '
|
||||
'Metadata in the first selected book will not be changed.'
|
||||
'Metadata in the first selected book will not be changed. '
|
||||
'Author, Title, ISBN and all other metadata will <i>not</i> be merged.<br><br>'
|
||||
'After merger the second and subsequently '
|
||||
'selected books, with any metadata they have will be <b>deleted</b>. <br><br>'
|
||||
|
|
|
|||
Loading…
Reference in a new issue