ref: fc5ed17074d77e0c09d821c816521889dae41fbc
parent: 1240f8d6ae05e3ab1720ddb578cf9da1091ddbd9
author: Olav Sørensen <olav.sorensen@live.no>
date: Tue Jan 16 08:57:10 EST 2024
Fix wrong word in error string
--- a/src/ft2_audioselector.c
+++ b/src/ft2_audioselector.c
@@ -267,7 +267,7 @@
strcpy(audio.currOutputDevice, devString);
if (!setNewAudioSettings())
- okBox(0, "System message", "Couldn't open audio input device!", NULL);
+ okBox(0, "System message", "Couldn't open audio output device!", NULL);
else
drawAudioOutputList();
}