mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
clarify import new deck msg
This commit is contained in:
parent
2ab51183c4
commit
d48813c743
1 changed files with 3 additions and 2 deletions
|
@ -682,9 +682,10 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
|||
if self.deck is None:
|
||||
self.onNew(prompt=_("""\
|
||||
Importing copies cards to the current deck,
|
||||
so we need to create a new deck first.
|
||||
and since you have no deck open, we need to
|
||||
create a new deck first.
|
||||
|
||||
Please give your deck a name:"""))
|
||||
Please choose a new deck name:"""))
|
||||
if not self.deck:
|
||||
return
|
||||
if self.deck.path:
|
||||
|
|
Loading…
Reference in a new issue