mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Update message to match gui
The Change Note Type... command is under the Notes menu, not the Edit menu
This commit is contained in:
parent
f44597bb3a
commit
86713d110e
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ class Editor:
|
|||
_(
|
||||
"""\
|
||||
To make a cloze deletion on an existing note, you need to change it \
|
||||
to a cloze type first, via Edit>Change Note Type."""
|
||||
to a cloze type first, via 'Notes>Change Note Type...'"""
|
||||
)
|
||||
)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue