Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rwxr-xr-xactivity.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/activity.py b/activity.py
index 47d466f..4060023 100755
--- a/activity.py
+++ b/activity.py
@@ -87,10 +87,10 @@ class Activity(activity.Activity):
helpitem = HelpButton()
toolbar.insert(helpitem, -1)
helpitem.show()
- helpitem.add_paragraph(_('Click in the background to drop an apple or'))
- helpitem.add_paragraph(_('press A for an apple'), 'apple')
- helpitem.add_paragraph(_('press C for a carrot'), 'carrot')
- helpitem.add_paragraph(_('press H for an hay'), 'hay')
+ helpitem.add_paragraph(_('Click in the background to drop an apple'))
+ helpitem.add_paragraph(_('or press A for an apple'), 'apple')
+ helpitem.add_paragraph(_('or press C for a carrot'), 'carrot')
+ helpitem.add_paragraph(_('or press H for an hay'), 'hay')
helpitem.add_paragraph(_('while you moves the mouse'))
def read_file(self, file_path):