mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
i18n tooltip
This commit is contained in:
parent
d125bff3f3
commit
08a0bfccbe
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ will be lost. Continue?"""))
|
|||
for f in unused:
|
||||
path = os.path.join(mdir, f)
|
||||
os.unlink(path)
|
||||
tooltip("Deleted.")
|
||||
tooltip(_("Deleted."))
|
||||
diag.close()
|
||||
|
||||
def onStudyDeck(self):
|
||||
|
|
Loading…
Reference in a new issue