mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 12:53:37 +02:00
...
This commit is contained in:
parent
1668365156
commit
8871de91f3
1 changed files with 1 additions and 2 deletions
|
|
@ -442,9 +442,8 @@ def show_loading_message(self, msg):
|
|||
|
||||
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…
Reference in a new issue