mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
different text for creating deck (#412)
This commit is contained in:
parent
8fc4dcd50d
commit
4da1abf86d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class DeckBrowser(object):
|
|||
elif cmd == "import":
|
||||
self.mw.onImport()
|
||||
elif cmd == "create":
|
||||
deck = getOnlyText(_("New deck name:"))
|
||||
deck = getOnlyText(_("Name for deck:"))
|
||||
if deck:
|
||||
self.mw.col.decks.id(deck)
|
||||
self.refresh()
|
||||
|
|
Loading…
Reference in a new issue