mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
fix temp folder msg
This commit is contained in:
parent
275af7e9b5
commit
b08e25dafb
1 changed files with 2 additions and 4 deletions
|
@ -56,10 +56,8 @@ class ErrorHandler(QObject):
|
||||||
self.timer.start()
|
self.timer.start()
|
||||||
|
|
||||||
def tempFolderMsg(self):
|
def tempFolderMsg(self):
|
||||||
return _("""\
|
return _("""Unable to access Anki media folder. The permissions on \
|
||||||
The permissions on your system's temporary folder are incorrect, and Anki is \
|
your system's temporary folder may be incorrect.""")
|
||||||
not able to correct them automatically. Please search for 'temp folder' in the \
|
|
||||||
Anki manual for more information.""")
|
|
||||||
|
|
||||||
def onTimeout(self):
|
def onTimeout(self):
|
||||||
error = html.escape(self.pool)
|
error = html.escape(self.pool)
|
||||||
|
|
Loading…
Reference in a new issue