diff --git a/src/calibre/gui2/actions/edit_metadata.py b/src/calibre/gui2/actions/edit_metadata.py index f8b7ee8a51..cbf7e3ab7e 100644 --- a/src/calibre/gui2/actions/edit_metadata.py +++ b/src/calibre/gui2/actions/edit_metadata.py @@ -450,7 +450,7 @@ class EditMetadataAction(InterfaceAction): 'into the first selected book (%s). ' 'Metadata in the first selected book will not be changed. ' 'Author, Title and all other metadata will not be merged.

' - 'After merger the second and subsequently ' + 'After being merged, the second and subsequently ' 'selected books, with any metadata they have will be deleted.

' 'All book formats of the first selected book will be kept ' 'and any duplicate formats in the second and subsequently selected books ' @@ -464,7 +464,7 @@ class EditMetadataAction(InterfaceAction): if not confirm_merge('

'+_( 'Book formats and metadata from the selected books will be merged ' 'into the first selected book (%s).

' - 'After merger the second and ' + 'After being merged, the second and ' 'subsequently selected books will be deleted.

' 'All book formats of the first selected book will be kept ' 'and any duplicate formats in the second and subsequently selected books '