Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-01-14 18:57:01 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-01-14 18:57:01 (GMT)
commit4b11ee060afb009765ebc3d5e0679fd458aa6514 (patch)
tree53d8b4ed00c38de348412d9872a3a1a981fa29d7 /pippy_app.py
parent241d9c0eb84b69d1f433942378a1d215e6556249 (diff)
fix typo
Diffstat (limited to 'pippy_app.py')
-rw-r--r--pippy_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pippy_app.py b/pippy_app.py
index 0f6cbd2..bbc5a00 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -82,7 +82,7 @@ PYTHON_PREFIX = '''#!/usr/bin/python
# -*- coding: utf-8 -*-
'''
# Force category names into Pootle
-DEFAULT_CATEGORIES = [_('graphics'), _('math'), _('pyhton'), _('sound'),
+DEFAULT_CATEGORIES = [_('graphics'), _('math'), _('python'), _('sound'),
_('string'), _('tutorials')]
from sugar3.graphics.toolbarbox import ToolbarButton