diff --git a/src/pyj/read_book/ui.pyj b/src/pyj/read_book/ui.pyj index 189380951f..bc5914ce4e 100644 --- a/src/pyj/read_book/ui.pyj +++ b/src/pyj/read_book/ui.pyj @@ -235,7 +235,7 @@ class ReadUI: return if end_type is not 'load': return self.show_error(_('Failed to load book manifest'), - _('Could not open {title} as the book manifest failed to load, click "Show Details" for more information.').format(title=self.current_metadata.title), + _('The book manifest failed to load, click "Show Details" for more information.').format(title=self.current_metadata.title), xhr.error_html) try: manifest = JSON.parse(xhr.responseText) @@ -370,7 +370,7 @@ class ReadUI: return if end_type is not 'load': return self.show_error(_('Failed to load MathJax manifest'), - _('Could not open {title} as the MathJax manifest failed to load, click "Show Details" for more information.').format(title=self.current_metadata.title), + _('The MathJax manifest failed to load, click "Show Details" for more information.').format(title=self.current_metadata.title), xhr.error_html) try: manifest = JSON.parse(xhr.responseText)