fix temp folder msg

This commit is contained in:
Damien Elmes 2018-02-05 12:34:38 +10:00
parent 275af7e9b5
commit b08e25dafb

View file

@ -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)