mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
label tweak
This commit is contained in:
parent
896ecfa0f5
commit
557cff8250
1 changed files with 1 additions and 1 deletions
|
|
@ -723,7 +723,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
|
|||
while _("Cram %d") % n in decks:
|
||||
n += 1
|
||||
name = _("Cram %d") % n
|
||||
name = getOnlyText(_("Please name your cram deck."), default=name)
|
||||
name = getOnlyText(_("Please name your cram deck:"), default=name)
|
||||
if not name:
|
||||
return
|
||||
if name in decks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue