mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05: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:
|
if self.deck is None:
|
||||||
self.onNew(prompt=_("""\
|
self.onNew(prompt=_("""\
|
||||||
Importing copies cards to the current deck,
|
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:
|
if not self.deck:
|
||||||
return
|
return
|
||||||
if self.deck.path:
|
if self.deck.path:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue