mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12: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:
|
for f in unused:
|
||||||
path = os.path.join(mdir, f)
|
path = os.path.join(mdir, f)
|
||||||
os.unlink(path)
|
os.unlink(path)
|
||||||
tooltip("Deleted.")
|
tooltip(_("Deleted."))
|
||||||
diag.close()
|
diag.close()
|
||||||
|
|
||||||
def onStudyDeck(self):
|
def onStudyDeck(self):
|
||||||
|
|
Loading…
Reference in a new issue