From b08e25dafbe258421ee990b0fb1833e45e529d7e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 5 Feb 2018 12:34:38 +1000 Subject: [PATCH] fix temp folder msg --- aqt/errors.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aqt/errors.py b/aqt/errors.py index bccfdb90b..2455d9a48 100644 --- a/aqt/errors.py +++ b/aqt/errors.py @@ -56,10 +56,8 @@ class ErrorHandler(QObject): self.timer.start() def tempFolderMsg(self): - return _("""\ -The permissions on your system's temporary folder are incorrect, and Anki is \ -not able to correct them automatically. Please search for 'temp folder' in the \ -Anki manual for more information.""") + return _("""Unable to access Anki media folder. The permissions on \ +your system's temporary folder may be incorrect.""") def onTimeout(self): error = html.escape(self.pool)