Commit 78931a83 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Jean-Baptiste Kempf

dhsow: missing white space (breaks PO files)

(cherry picked from commit fbfc5966f10c2763576f6743269efe1ff3179673)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c5b9196d
...@@ -599,7 +599,7 @@ static int CommonOpen( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -599,7 +599,7 @@ static int CommonOpen( vlc_object_t *p_this, access_sys_t *p_sys,
{ {
msg_Err( p_this, "FATAL: could not open ANY device" ) ; msg_Err( p_this, "FATAL: could not open ANY device" ) ;
dialog_Fatal( p_this, _("Capture failed"), dialog_Fatal( p_this, _("Capture failed"),
_("VLC cannot open ANY capture device." _("VLC cannot open ANY capture device. "
"Check the error log for details.") ); "Check the error log for details.") );
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