Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
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,
}