mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
Merge pull request #663 from kenden/patch-1
Update message to user to match gui
This commit is contained in:
commit
974744d5a5
2 changed files with 2 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
|
||||||
Sander Santema <github.com/sandersantema/>
|
Sander Santema <github.com/sandersantema/>
|
||||||
Thomas Brownback <https://github.com/brownbat/>
|
Thomas Brownback <https://github.com/brownbat/>
|
||||||
Andrew Gaul <andrew@gaul.org>
|
Andrew Gaul <andrew@gaul.org>
|
||||||
|
kenden
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -635,7 +635,7 @@ class Editor:
|
||||||
_(
|
_(
|
||||||
"""\
|
"""\
|
||||||
To make a cloze deletion on an existing note, you need to change it \
|
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
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue