]> git.sesse.net Git - vlc/blobdiff - src/input/input.c
* English grammar fixes and beautifications for the intf_UserFatal messages
[vlc] / src / input / input.c
index 4484362c63c9218908b05b098a7be529a54435ae..fdfda62b60eaad4cd9ba9fda79304ca4b9033fdd 100644 (file)
@@ -2363,8 +2363,8 @@ static int InputSourceInit( input_thread_t *p_input,
             msg_Err( p_input, "no suitable demux module for `%s/%s://%s'",
                      psz_access, psz_demux, psz_path );
             intf_UserFatal( VLC_OBJECT( p_input ), VLC_FALSE,
-                            _("Can't recognize the input's format"),
-                            _("The format of '%s' can't be detected. "
+                            _("VLC can't recognize the input's format"),
+                            _("The format of '%s' cannot be detected. "
                             "Have a look the log for details."), psz_mrl );
             goto error;
         }