[vlc-commits] dhsow: missing white space (breaks PO files)

Rémi Denis-Courmont git at videolan.org
Fri Dec 23 21:17:43 CET 2011


vlc/vlc-1.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Dec 23 09:05:37 2011 +0100| [78931a8390510d0eed941d02e823298968fd05d6] | committer: Jean-Baptiste Kempf

dhsow: missing white space (breaks PO files)
(cherry picked from commit fbfc5966f10c2763576f6743269efe1ff3179673)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=78931a8390510d0eed941d02e823298968fd05d6
---

 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