mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -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)
|
||||
if not note:
|
||||
return
|
||||
tooltip("Added", period=500)
|
||||
tooltip(_("Added"), period=500)
|
||||
# stop anything playing
|
||||
clearAudioQueue()
|
||||
self.onReset(keep=True)
|
||||
|
|
Loading…
Reference in a new issue