From 8871de91f374f68716b1ea4cc10a1ca4b1c53aa2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Sep 2019 18:06:53 +0530 Subject: [PATCH] ... --- src/pyj/read_book/view.pyj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pyj/read_book/view.pyj b/src/pyj/read_book/view.pyj index 413f2669b0..4eb3f8e94c 100644 --- a/src/pyj/read_book/view.pyj +++ b/src/pyj/read_book/view.pyj @@ -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 {title}, please wait...').format(name=name, title=title)) + 'Loading next section from {title}, please wait...').format(title=title)) def hide_loading(self): self.overlay.hide_loading_message()