"Added" should be translatable

This commit is contained in:
Damien Elmes 2012-04-21 00:25:44 +09:00
parent 21d60086a8
commit 07987dbe36

View file

@ -148,7 +148,7 @@ question on all cards."""), help="AddItems")
note = self.addNote(note) note = self.addNote(note)
if not note: if not note:
return return
tooltip("Added", period=500) tooltip(_("Added"), period=500)
# stop anything playing # stop anything playing
clearAudioQueue() clearAudioQueue()
self.onReset(keep=True) self.onReset(keep=True)