[vlc-commits] DShow: change text

Jean-Baptiste Kempf git at videolan.org
Fri Oct 12 12:48:56 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 12 12:48:28 2012 +0200| [d9e638f1e1cf70d1cdcf8d8d0dd1a5794579298c] | committer: Jean-Baptiste Kempf

DShow: change text

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

 modules/access/dshow/dshow.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index 9c5a025..60c782d 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -1046,7 +1046,7 @@ static int OpenDevice( vlc_object_t *p_this, access_sys_t *p_sys,
         msg_Err( p_this, "can't use device: %s, unsupported device type",
                  devicename.c_str() );
         dialog_Fatal( p_this, _("Capture failed"),
-                        _("VLC cannot use the device \"%s\", because its "
+                        _("The device you selected cannot be used, because its "
                           "type is not supported.") );
         return VLC_EGENERIC;
     }



More information about the vlc-commits mailing list