mirror of
https://github.com/ankitects/anki.git
synced 2025-11-17 01:57:12 -05:00
tell user to run check db on error
This commit is contained in:
parent
81906c68a0
commit
2ad2c0bf5c
1 changed files with 5 additions and 1 deletions
|
|
@ -128,7 +128,11 @@ class AnkiQt(QMainWindow):
|
|||
# hack for matplotlib errors on osx
|
||||
self.pool = ""
|
||||
stdText = _("""\
|
||||
An error occurred. Please copy the following into a bug report.\n\n""")
|
||||
An error occurred.
|
||||
Please run Tools > Advanced > Check DB.
|
||||
|
||||
If the error continues after that, please copy the following
|
||||
into a bug report.\n\n""")
|
||||
pluginText = _("""\
|
||||
An error occurred in a plugin. Please contact the plugin author.
|
||||
Please do not file a bug report with Anki.\n\n""")
|
||||
|
|
|
|||
Loading…
Reference in a new issue