improve error msg

This commit is contained in:
Damien Elmes 2009-03-14 09:46:20 +09:00
parent e3830faeed
commit 1d855589c1

View file

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