mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
update error message
This commit is contained in:
parent
f0236932b9
commit
3db9c0f937
1 changed files with 7 additions and 6 deletions
|
@ -204,12 +204,13 @@ class AnkiQt(QMainWindow):
|
||||||
_("Couldn't play sound. Please install mplayer."))
|
_("Couldn't play sound. Please install mplayer."))
|
||||||
return
|
return
|
||||||
stdText = _("""\
|
stdText = _("""\
|
||||||
An error occurred. Please:<p>
|
|
||||||
<ol>
|
An error occurred. It may have been caused by a harmless bug, <br>
|
||||||
<li><b>Restart Anki</b>.
|
or your deck may have a problem.
|
||||||
<li><b>Tools > Advanced > Full Database Check</b>.
|
<p>To confirm it's not a problem with your deck, please <b>restart<br>
|
||||||
</ol>
|
Anki</b> and run <b>Tools > Advanced > Check Database</b>.
|
||||||
If it does not fix the problem, please copy the following<br>
|
|
||||||
|
<p>If that doesn't fix the problem, please copy the following<br>
|
||||||
into a bug report:<br>
|
into a bug report:<br>
|
||||||
""")
|
""")
|
||||||
pluginText = _("""\
|
pluginText = _("""\
|
||||||
|
|
Loading…
Reference in a new issue