From 08a0bfccbe38a03320794b5ade81714aa0d83588 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 2 May 2012 11:54:05 +0900 Subject: [PATCH] i18n tooltip --- aqt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):