From d897ff7a0be4b77750f474cc133d9bfe160a844e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 27 Nov 2010 07:39:24 +0900 Subject: [PATCH] typo of 'download' --- ankiqt/ui/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index 0ebf3643d..f5c2091f1 100755 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -283,7 +283,7 @@ class DeckChooser(QDialog): self.decks = decks self.dialog = ankiqt.forms.syncdeck.Ui_DeckChooser() self.dialog.setupUi(self) - self.dialog.topLabel.setText(_("

Dowload Personal Deck

")) + self.dialog.topLabel.setText(_("

Download Personal Deck

")) self.decks.sort() for name in decks: name = os.path.splitext(name)[0]