mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
tweak empty question error
This commit is contained in:
parent
43e28cb97f
commit
35a56c260c
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue