diff --git a/aqt/main.py b/aqt/main.py index 0aa568d81..f98ced2c5 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -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):