"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)
if not note:
return
tooltip("Added", period=500)
tooltip(_("Added"), period=500)
# stop anything playing
clearAudioQueue()
self.onReset(keep=True)