mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
mention other programs using mic
This commit is contained in:
parent
289f0a6452
commit
ab04c4e99d
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ class ErrorHandler(QObject):
|
|||
if "install mplayer" in error:
|
||||
return showWarning(_("Please install mplayer"))
|
||||
if "no default output" in error:
|
||||
return showWarning(_("Please connect a microphone."))
|
||||
return showWarning(_("Please connect a microphone, and ensure "
|
||||
"other programs are not using the audio device."))
|
||||
stdText = _("""\
|
||||
An error occurred. It may have been caused by a harmless bug, <br>
|
||||
or your deck may have a problem.
|
||||
|
|
Loading…
Reference in a new issue