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]