mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1668365156
commit
8871de91f3
@ -442,9 +442,8 @@ class View:
|
||||
|
||||
def show_loading(self):
|
||||
title = self.book.metadata.title
|
||||
name = self.currently_showing.name
|
||||
self.show_loading_message(_(
|
||||
'Loading next section from <i>{title}</i>, please wait...').format(name=name, title=title))
|
||||
'Loading next section from <i>{title}</i>, please wait...').format(title=title))
|
||||
|
||||
def hide_loading(self):
|
||||
self.overlay.hide_loading_message()
|
||||
|
Loading…
x
Reference in New Issue
Block a user