From 4cbd6890e2d5785e763a26f39ecf3671d923bee2 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Fri, 16 Oct 2009 21:03:42 +0000 Subject: Typo in Memorize #1233 --- 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() -- cgit v0.9.1