From 07987dbe36f0f2a9b720e5d97407c972d6d0e59e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 21 Apr 2012 00:25:44 +0900 Subject: [PATCH] "Added" should be translatable --- aqt/addcards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/addcards.py b/aqt/addcards.py index ac5b9bdfb..37742c7d1 100644 --- a/aqt/addcards.py +++ b/aqt/addcards.py @@ -148,7 +148,7 @@ question on all cards."""), help="AddItems") note = self.addNote(note) if not note: return - tooltip("Added", period=500) + tooltip(_("Added"), period=500) # stop anything playing clearAudioQueue() self.onReset(keep=True)