From 2ab20f0d2a695504f591c1baccf96c10fc03d9e8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 8 Jul 2011 09:56:04 -0600 Subject: [PATCH] Fix #807535 (String missing Space) --- src/calibre/gui2/actions/edit_metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/edit_metadata.py b/src/calibre/gui2/actions/edit_metadata.py index 718ece46d2..945c272718 100644 --- a/src/calibre/gui2/actions/edit_metadata.py +++ b/src/calibre/gui2/actions/edit_metadata.py @@ -284,7 +284,7 @@ class EditMetadataAction(InterfaceAction): if not confirm('

'+_( 'Book formats from the selected books will be merged ' 'into the first selected book (%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 not be merged.

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

'