tweak empty question error

This commit is contained in:
Damien Elmes 2012-03-27 10:50:50 +09:00
parent 43e28cb97f
commit 35a56c260c

View file

@ -136,7 +136,7 @@ class AddCards(QDialog):
if not cards: if not cards:
showWarning(_("""\ showWarning(_("""\
The input you have provided would make an empty \ The input you have provided would make an empty \
question or answer on all cards."""), help="AddItems") question on all cards."""), help="AddItems")
return return
self.addHistory(note) self.addHistory(note)
# FIXME: return to overview on add? # FIXME: return to overview on add?