Commit 81280de6 authored by basos g's avatar basos g Committed by Jean-Baptiste Kempf

small typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5f5c01ac
...@@ -462,9 +462,8 @@ static int CommonOpen( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -462,9 +462,8 @@ static int CommonOpen( vlc_object_t *p_this, access_sys_t *p_sys,
if( !b_use_video && !b_use_audio ) if( !b_use_video && !b_use_audio )
{ {
msg_Err( p_this, "No video or audio device selected" );
dialog_Fatal( p_this, _("Capture failed"), dialog_Fatal( p_this, _("Capture failed"),
_("No video or audio device delected.") ); _("No video or audio device selected.") );
return VLC_EGENERIC ; return VLC_EGENERIC ;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment