mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -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
|
# hack for matplotlib errors on osx
|
||||||
self.pool = ""
|
self.pool = ""
|
||||||
stdText = _("""\
|
stdText = _("""\
|
||||||
An error occurred.<br>
|
An error occurred. Please:<p>
|
||||||
Please run <b>Tools > Advanced > Check DB</b>.<br>
|
<ol>
|
||||||
<br>
|
<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>
|
If it does not fix the problem, please copy the following<br>
|
||||||
into a bug report:<br><br>
|
into a bug report:<br><br>
|
||||||
""")
|
""")
|
||||||
|
|
Loading…
Reference in a new issue