mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22: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
|
ok = True
|
||||||
break
|
break
|
||||||
if not ok:
|
if not ok:
|
||||||
showInfo(_("Please add a cloze deletion model."),
|
showInfo(_("Please use a cloze deletion model."),
|
||||||
help="ClozeDeletion")
|
help="ClozeDeletion")
|
||||||
return
|
return
|
||||||
f = self.fact.fields[self.currentField]
|
f = self.fact.fields[self.currentField]
|
||||||
|
|
Loading…
Reference in a new issue