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:
Soren Bjornstad 2013-06-25 10:59:00 -05:00
parent 1a9ef3734e
commit b5521af059

View file

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