clarify import new deck msg

This commit is contained in:
Damien Elmes 2011-03-30 13:06:21 +09:00
parent 2ab51183c4
commit d48813c743

View file

@ -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: