mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
typo of 'download'
This commit is contained in:
parent
91e3f51905
commit
d897ff7a0b
1 changed files with 1 additions and 1 deletions
|
@ -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(_("<h1>Dowload Personal Deck</h1>"))
|
||||
self.dialog.topLabel.setText(_("<h1>Download Personal Deck</h1>"))
|
||||
self.decks.sort()
|
||||
for name in decks:
|
||||
name = os.path.splitext(name)[0]
|
||||
|
|
Loading…
Reference in a new issue