mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -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:
|
||||
showWarning(_("""\
|
||||
The input you have provided would make an empty \
|
||||
question or answer on all cards."""), help="AddItems")
|
||||
question on all cards."""), help="AddItems")
|
||||
return
|
||||
self.addHistory(note)
|
||||
# FIXME: return to overview on add?
|
||||
|
|
Loading…
Reference in a new issue