improve error message

This commit is contained in:
Damien Elmes 2009-01-16 16:24:03 +09:00
parent 1aa3ec9fa1
commit d337404bcb

View file

@ -136,11 +136,12 @@ class AnkiQt(QMainWindow):
# hack for matplotlib errors on osx # hack for matplotlib errors on osx
self.pool = "" self.pool = ""
stdText = _("""\ stdText = _("""\
An error occurred. An error occurred.<br>
Please run Tools > Advanced > Check DB. Please run <b>Tools > Advanced > Check DB</b>.<br>
<br>
If the error continues after that, please copy the following If it does not fix the problem, please copy the following<br>
into a bug report.\n\n""") into a bug report:<br><br>
""")
pluginText = _("""\ pluginText = _("""\
An error occurred in a plugin. Please contact the plugin author. An error occurred in a plugin. Please contact the plugin author.
Please do not file a bug report with Anki.\n\n""") Please do not file a bug report with Anki.\n\n""")