Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-01-14 21:10:31 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-01-14 21:10:31 (GMT)
commit702f52766db5db96a9feb7ccb4bd6a9b1f74f974 (patch)
tree89fc2181ca48969cf735e06cc627f20445e4c210
parent79ec116f508d39b68c3e1524647d7d954a37f036 (diff)
fix typo
-rw-r--r--pippy_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pippy_app.py b/pippy_app.py
index bbc5a00..4ceb6a1 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -742,7 +742,7 @@ class PippyActivity(ViewSourceActivity, groupthink.sugar_tools.GroupActivity):
from sugar3.graphics.icon import Icon
alert = Alert()
alert.props.title = _('Save as disutils package error')
- alert.props.msg = _('Please give your activity a meaningful'
+ alert.props.msg = _('Please give your activity a meaningful '
'name before attempting to save it '
'as an disutils package.')
ok_icon = Icon(icon_name='dialog-ok')