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)