Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/LetterMatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'LetterMatch.py')
-rw-r--r--LetterMatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LetterMatch.py b/LetterMatch.py
index a23724c..0a1e6c2 100644
--- a/LetterMatch.py
+++ b/LetterMatch.py
@@ -211,7 +211,7 @@ class LetterMatch(activity.Activity):
pixbuf = gtk.gdk.pixbuf_new_from_file_at_size(
os.path.join(self._images_path,'../drawing.png'), w, h)
self.status.set_text(
- _('Please chose image and audio objects from the Journal.'))
+ _('Please choose image and audio objects from the Journal.'))
self._page._hide_cards()
if not hasattr(self, 'preview_image'):