]> git.sesse.net Git - vlc/blobdiff - modules/access/dvdread.c
* English grammar fixes and beautifications for the intf_UserFatal messages
[vlc] / modules / access / dvdread.c
index 73072163883a5b989dc1476e15fafbee7fdf0fea..7638181659fd071e90a48decb36d9a478a5c5286 100644 (file)
@@ -232,7 +232,7 @@ static int Open( vlc_object_t *p_this )
     {
         msg_Err( p_demux, "DVDRead cannot open source: %s", psz_name );
         intf_UserFatal( p_demux, VLC_FALSE, _("Playback failure"),
-                        _("DVDRead could not open disk \"%s\"."), psz_name );
+                        _("DVDRead could not open the disk \"%s\"."), psz_name );
         free( psz_name );
         return VLC_EGENERIC;
     }