From 54f313f4e3c21857a924e9178f8f2677c3876877 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Tue, 28 Apr 2020 23:07:08 +0100 Subject: [PATCH] Fix for #1875758 - double space issue PR to the correct branch this time! --- src/calibre/gui2/actions/choose_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/choose_library.py b/src/calibre/gui2/actions/choose_library.py index 29c0e26e37..1f0762e1ce 100644 --- a/src/calibre/gui2/actions/choose_library.py +++ b/src/calibre/gui2/actions/choose_library.py @@ -542,7 +542,7 @@ class ChooseLibraryAction(InterfaceAction): if d.error is None: if not question_dialog(self.gui, _('Success'), _('Found no errors in your calibre library database.' - ' Do you want calibre to check if the files in your ' + ' Do you want calibre to check if the files in your' ' library match the information in the database?')): return else: