Merge pull request #36 from sobjornstad/master

Fix incorrect maintenance text
This commit is contained in:
Damien Elmes 2013-06-25 22:32:37 -07:00
commit bf187f5120

View file

@ -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):