mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2152 (Typo in GUI)
This commit is contained in:
parent
502f0e4cba
commit
ff57c45613
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user