Fix #2152 (Typo in GUI)

This commit is contained in:
Kovid Goyal 2009-03-25 12:53:01 -07:00
parent 502f0e4cba
commit ff57c45613

View File

@ -1255,7 +1255,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
def show_book_info(self, *args): def show_book_info(self, *args):
if self.current_view() is not self.library_view: if self.current_view() is not self.library_view:
error_dialog(self, _('No detailed info available'), 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_() 'on the device.')).exec_()
return return
index = self.library_view.currentIndex() index = self.library_view.currentIndex()