This commit is contained in:
Kovid Goyal 2019-09-11 18:06:53 +05:30
parent 1668365156
commit 8871de91f3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()