mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
add->use a cloze deletion model
This commit is contained in:
parent
e3cba2c76a
commit
27f08a463a
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ class Editor(object):
|
|||
ok = True
|
||||
break
|
||||
if not ok:
|
||||
showInfo(_("Please add a cloze deletion model."),
|
||||
showInfo(_("Please use a cloze deletion model."),
|
||||
help="ClozeDeletion")
|
||||
return
|
||||
f = self.fact.fields[self.currentField]
|
||||
|
|
Loading…
Reference in a new issue