diff --git a/aqt/editor.py b/aqt/editor.py index 8fab5b880..5370040bd 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -743,7 +743,9 @@ class Editor(object): def onCloze(self): # check that the model is set up for cloze deletion if '{{cloze:' not in self.note.model()['tmpls'][0]['qfmt']: - openHelp("cloze") + showInfo(_("""\ +To use this button, please select the Cloze note type. To learn more, \ +please click the help button."""), help="cloze") return # find the highest existing cloze highest = 0