[vlc-devel] commit: s/Disk/Disc for Digital Versatile Disc (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jan 24 11:53:52 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 24 11:53:09 2009 +0100| [519f3e74e97291098bbafb087b34b62fc7116356] | committer: Jean-Baptiste Kempf
s/Disk/Disc for Digital Versatile Disc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=519f3e74e97291098bbafb087b34b62fc7116356
---
modules/access/dvdnav.c | 2 +-
modules/access/dvdread.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index 0ce6fc7..568bb5b 100644
--- a/modules/access/dvdnav.c
+++ b/modules/access/dvdnav.c
@@ -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;
diff --git a/modules/access/dvdread.c b/modules/access/dvdread.c
index 295106d..5c24155 100644
--- a/modules/access/dvdread.c
+++ b/modules/access/dvdread.c
@@ -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;
}
More information about the vlc-devel
mailing list