Skip to content

Commit 063c2da

Browse files
committed
fix typos
1 parent 1297cc7 commit 063c2da

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

LetterMatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def _init_preview(self):
211211
pixbuf = gtk.gdk.pixbuf_new_from_file_at_size(
212212
os.path.join(self._images_path,'../drawing.png'), w, h)
213213
self.status.set_text(
214-
_('Please chose image and audio objects from the Journal.'))
214+
_('Please choose image and audio objects from the Journal.'))
215215
self._page._hide_cards()
216216

217217
if not hasattr(self, 'preview_image'):

po/LetterMatch.pot

+21-9
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2012-12-28 15:57-0500\n"
11+
"POT-Creation-Date: 2013-01-05 14:24-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21,30 +21,42 @@ msgstr ""
2121
msgid "Letter Match"
2222
msgstr ""
2323

24-
#: LetterMatch.py:122
25-
msgid "Page"
24+
#: LetterMatch.py:127 LetterMatch.py:129
25+
msgid "listen to the letter names"
2626
msgstr ""
2727

28-
#: LetterMatch.py:133 LetterMatch.py:135
29-
msgid "listen to the letter names"
28+
#: LetterMatch.py:139
29+
msgid "Import Image"
3030
msgstr ""
3131

32-
#: LetterMatch.py:151
33-
msgid "Click on the picture that matches the letter."
32+
#: LetterMatch.py:144
33+
msgid "Import Audio"
3434
msgstr ""
3535

3636
#: LetterMatch.py:159
37+
msgid "Add"
38+
msgstr ""
39+
40+
#: LetterMatch.py:214
41+
msgid "Please choose image and audio objects from the Journal."
42+
msgstr ""
43+
44+
#: LetterMatch.py:327
45+
msgid "Click on the picture that matches the letter."
46+
msgstr ""
47+
48+
#: LetterMatch.py:338
3749
msgid "Click on the letter that matches the picture."
3850
msgstr ""
3951

4052
#: page.py:198
4153
msgid "Click on the card that corresponds to the sound."
4254
msgstr ""
4355

44-
#: page.py:279
56+
#: page.py:277
4557
msgid "Very good!"
4658
msgstr ""
4759

48-
#: page.py:284
60+
#: page.py:282
4961
msgid "Please try again."
5062
msgstr ""

0 commit comments

Comments
 (0)