Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/createcardpanel.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-10-16 21:03:42 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-10-16 21:03:42 (GMT)
commit4cbd6890e2d5785e763a26f39ecf3671d923bee2 (patch)
tree04cb576287f403248a3cfb61d04b5ea76e9f9f78 /createcardpanel.py
parentaecd65555fdf3eee870bd10d62ec758157f3a304 (diff)
Typo in Memorize #1233
Diffstat (limited to 'createcardpanel.py')
-rw-r--r--createcardpanel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/createcardpanel.py b/createcardpanel.py
index d023672..d7b94ad 100644
--- a/createcardpanel.py
+++ b/createcardpanel.py
@@ -431,7 +431,7 @@ class CardEditor(gtk.EventBox):
class SpeakPalette(Palette):
def __init__(self, editor):
- Palette.__init__(self, _('Pronounce text while fliping tile'))
+ Palette.__init__(self, _('Pronounce text during tile flip'))
self.face = speak.face.View()