]> git.sesse.net Git - vlc/commitdiff
s/Disk/Disc for Digital Versatile Disc
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 10:53:09 +0000 (11:53 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 10:53:09 +0000 (11:53 +0100)
modules/access/dvdnav.c
modules/access/dvdread.c

index 0ce6fc72e024956e88089e10450b27154a6deba5..568bb5b5acc1dd64fa25b835818e2251b95526f9 100644 (file)
@@ -310,7 +310,7 @@ static int Open( vlc_object_t *p_this )
             msg_Err( p_demux, "cannot set title (can't decrypt DVD?)" );
             intf_UserFatal( p_demux, false, _("Playback failure"),
                             _("VLC cannot set the DVD's title. It possibly "
-                              "cannot decrypt the entire disk.") );
+                              "cannot decrypt the entire disc.") );
             dvdnav_close( p_sys->dvdnav );
             free( p_sys );
             return VLC_EGENERIC;
index 295106dd1680a74e33e68f09cca1eccb62a322cc..5c241559dd7e400f44d03a5e566dc34da93a0aa2 100644 (file)
@@ -249,7 +249,7 @@ static int Open( vlc_object_t *p_this )
     {
         msg_Err( p_demux, "DVDRead cannot open source: %s", psz_name );
         intf_UserFatal( p_demux, false, _("Playback failure"),
-                        _("DVDRead could not open the disk \"%s\"."), psz_name );
+                        _("DVDRead could not open the disc \"%s\"."), psz_name );
         free( psz_name );
         return VLC_EGENERIC;
     }