From 35a56c260c9508d97fb6a3e21d1f2c74968dc128 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 27 Mar 2012 10:50:50 +0900 Subject: [PATCH] tweak empty question error --- aqt/addcards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/addcards.py b/aqt/addcards.py index 82d738dc3..6d8f10f1a 100644 --- a/aqt/addcards.py +++ b/aqt/addcards.py @@ -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?