Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/LetterMatch.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2013-01-05 19:31:58 (GMT)
committer Walter Bender <walter.bender@gmail.com>2013-01-05 19:31:58 (GMT)
commit063c2da3933a40a974e3059ac9d4e76c26621b51 (patch)
treee49daded51324a32d4e8e96d68047ba695f1819f /LetterMatch.py
parent1297cc7fe892fda6e68c7fdca03838df20017662 (diff)
fix typosv3
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'):