mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
improve error msg
This commit is contained in:
parent
e3830faeed
commit
1d855589c1
1 changed files with 5 additions and 3 deletions
|
@ -143,9 +143,11 @@ class AnkiQt(QMainWindow):
|
|||
# hack for matplotlib errors on osx
|
||||
self.pool = ""
|
||||
stdText = _("""\
|
||||
An error occurred.<br>
|
||||
Please run <b>Tools > Advanced > Check DB</b>.<br>
|
||||
<br>
|
||||
An error occurred. Please:<p>
|
||||
<ol>
|
||||
<li><b>Restart Anki</b>.
|
||||
<li><b>Tools > Advanced > Check DB</b>.
|
||||
</ol>
|
||||
If it does not fix the problem, please copy the following<br>
|
||||
into a bug report:<br><br>
|
||||
""")
|
||||
|
|
Loading…
Reference in a new issue