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

Jean-Baptiste Kempf git at videolan.org
Wed Dec 28 03:19:39 CET 2011


vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 28 03:12:28 2011 +0100| [8ac377e68c3d6b7733eaf47b792e31061bddacc2] | committer: Jean-Baptiste Kempf

Revert "dhsow: missing white space (breaks PO files)"

This reverts commit 78931a8390510d0eed941d02e823298968fd05d6.

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

 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 100da11..9405af2 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