From ab04c4e99d7deded7e7d0b59acfbea59d859ccf3 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 8 Jan 2013 10:27:34 +0900 Subject: [PATCH] mention other programs using mic --- aqt/errors.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aqt/errors.py b/aqt/errors.py index 508844e5d..d54b24b93 100644 --- a/aqt/errors.py +++ b/aqt/errors.py @@ -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,
or your deck may have a problem.