]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/alsa.c
Improve error message
[vlc] / modules / audio_output / alsa.c
index 28d3102246ee529b4cb8165ea8e4e4d600a4f2c9..e4eaf8b30eebb85293472da5c7c725d1a5f02d24 100644 (file)
@@ -269,7 +269,7 @@ static void Probe( aout_instance_t * p_aout,
     {
         if( var_GetBool( p_aout->p_libvlc, "alsa-working" ) )
             dialog_FatalWait( p_aout, "ALSA version problem",
-                "VLC failed to re-open your sound card.\n"
+                "VLC failed to re-initialize your sound output device.\n"
                 "Please update alsa-lib to version 1.0.22 or higher "
                 "to fix this issue." );
     }