[vlc-commits] dhsow: missing white space (breaks PO files)
Rémi Denis-Courmont
git at videolan.org
Fri Dec 23 09:06:13 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Dec 23 09:05:37 2011 +0100| [fbfc5966f10c2763576f6743269efe1ff3179673] | committer: Rémi Denis-Courmont
dhsow: missing white space (breaks PO files)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbfc5966f10c2763576f6743269efe1ff3179673
---
modules/access/dshow/dshow.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index 9405af2..100da11 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -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" ) ;
dialog_Fatal( p_this, _("Capture failed"),
- _("VLC cannot open ANY capture device."
+ _("VLC cannot open ANY capture device. "
"Check the error log for details.") );
return VLC_EGENERIC ;
}
More information about the vlc-commits
mailing list