mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Merge pull request #36 from sobjornstad/master
Fix incorrect maintenance text
This commit is contained in:
commit
bf187f5120
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ function _typeAnsPress() {
|
|||
# grab the question and play audio
|
||||
if c.isEmpty():
|
||||
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:
|
||||
q = c.q()
|
||||
if self.autoplay(c):
|
||||
|
|
Loading…
Reference in a new issue