From ff57c45613fddf9cc91d6da5baba7565e68bc218 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Mar 2009 12:53:01 -0700 Subject: [PATCH] Fix #2152 (Typo in GUI) --- src/calibre/gui2/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/main.py b/src/calibre/gui2/main.py index db9b931210..57d199a64e 100644 --- a/src/calibre/gui2/main.py +++ b/src/calibre/gui2/main.py @@ -1255,7 +1255,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI): def show_book_info(self, *args): if self.current_view() is not self.library_view: error_dialog(self, _('No detailed info available'), - _('No detailed information is available for books' + _('No detailed information is available for books ' 'on the device.')).exec_() return index = self.library_view.currentIndex()