From 35516048a7349ff3f4f6ad01ebb3ae84748551de Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 19 Apr 2018 17:15:49 +1000 Subject: [PATCH] sox was dropped years ago --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index bdb1bc33c..7084fc450 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -557,7 +557,7 @@ to a cloze type first, via Edit>Change Note Type.""")) file = getAudio(self.widget) except Exception as e: showWarning(_( - "Couldn't record audio. Have you installed lame and sox?") + + "Couldn't record audio. Have you installed 'lame'?") + "\n\n" + repr(str(e))) return if file: