mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
friendly message for full disk
This commit is contained in:
parent
838545b1d6
commit
e7c3de1d9d
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ your system's temporary folder may be incorrect.""")
|
|||
return showWarning(self.tempFolderMsg())
|
||||
if "Beautiful Soup is not an HTTP client" in error:
|
||||
return
|
||||
if "database or disk is full" in error:
|
||||
return showWarning(_("Your computer's storage may be full. Please delete some unneeded files, then try again."))
|
||||
if "disk I/O error" in error:
|
||||
return showWarning(_("""\
|
||||
An error occurred while accessing the database.
|
||||
|
|
Loading…
Reference in a new issue