From 5e48a0361734df2dcf6993d1b33de6192cc0994b Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 14 Feb 2013 15:44:14 +0000 Subject: Show error page when downloading a PDF fails SL #4011 When the 'error' signal is emitted while a PDF file is being downloaded, Browse shows an error page similar to the one showed when a web page could not be reached. Signed-off-by: Manuel Kaufmann Signed-off-by: Manuel QuiƱones --- (limited to 'browser.py') diff --git a/browser.py b/browser.py index b786b6b..545bf3b 100644 --- a/browser.py +++ b/browser.py @@ -727,7 +727,7 @@ class Browser(WebKit.WebView): 'title': _('This web page could not be loaded'), 'message': _('"%s" could not be loaded. Please check for ' 'typing errors, and make sure you are connected ' - 'to the internet.') % uri, + 'to the Internet.') % uri, 'btn_value': _('Try again'), 'url': uri, } -- cgit v0.9.1