mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
"Added" should be translatable
This commit is contained in:
parent
21d60086a8
commit
07987dbe36
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue