Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()