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 4488580..8b3463a 100644
--- a/browser.py
+++ b/browser.py
@@ -465,7 +465,7 @@ class Browser(WebKit.WebView):
web_settings = self.get_settings()
# Add SugarLabs user agent:
- identifier = ' Sugar Labs/' + self.CURRENT_SUGAR_VERSION
+ identifier = ' SugarLabs/' + self.CURRENT_SUGAR_VERSION
web_settings.props.user_agent += identifier
# Change font size based in the GtkSettings font size. The