Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2013-02-14 15:44:14 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2013-02-18 19:13:16 (GMT)
commit5e48a0361734df2dcf6993d1b33de6192cc0994b (patch)
treebbcc051a5c88f75149c5f8312b12b75cb3e20779 /browser.py
parent7371daa2e595a0e79cd5b5dac82bcdad52f26249 (diff)
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 <humitos@gmail.com> Signed-off-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py2
1 files changed, 1 insertions, 1 deletions
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,
}