mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
fix incorrect instructions to "maintenance" menu
(on finding an empty card, tells user to go to old location of the empty cards tool)
This commit is contained in:
parent
1a9ef3734e
commit
b5521af059
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ function _typeAnsPress() {
|
||||||
# grab the question and play audio
|
# grab the question and play audio
|
||||||
if c.isEmpty():
|
if c.isEmpty():
|
||||||
q = _("""\
|
q = _("""\
|
||||||
The front of this card is empty. Please run Tools>Maintenance>Empty Cards.""")
|
The front of this card is empty. Please run Tools>Empty Cards.""")
|
||||||
else:
|
else:
|
||||||
q = c.q()
|
q = c.q()
|
||||||
if self.autoplay(c):
|
if self.autoplay(c):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue