shithub: ft²

Download patch

ref: 63f90ed32cfbe44a7a5a57ee3f2acb56420aea26
parent: c4c39194c970f7409e1fac04c0aaad5a79ddb889
author: Olav Sørensen <olav.sorensen@live.no>
date: Sat May 13 09:14:14 EDT 2023

Update ft2_audio.c

--- a/src/ft2_audio.c
+++ b/src/ft2_audio.c
@@ -1007,7 +1007,7 @@
 	if (audio.dev == 0)
 	{
 		if (showErrorMsg)
-			showErrorMsgBox("Couldn't open audio device:\n\"%s\"\n\nDo you have any audio device enabled and plugged in?", SDL_GetError());
+			showErrorMsgBox("Couldn't open audio device:\n\"%s\"\n\nDo you have an audio device enabled and plugged in?", SDL_GetError());
 
 		return false;
 	}