]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/dshow.cpp
* English grammar fixes and beautifications for the intf_UserFatal messages
[vlc] / modules / access / dshow / dshow.cpp
index 76b294f8db0f2c74702315e0a38c39298c544f19..74e6604f97ee79316a57627da42dd63e80e339a3 100644 (file)
@@ -889,7 +889,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() );
         intf_UserFatal( p_this, VLC_FALSE, _("Capturing failed"),
-                        _("VLC cannot use the device \"%s\", because its device "
+                        _("VLC cannot use the device \"%s\", because its "
                           "type is not supported.") );
         return VLC_EGENERIC;
     }