]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/info.c
More segment playing improvements, be able to map seekpoints to
[vlc] / modules / access / vcdx / info.c
index e18281a40bb3fa141bed14d15e038d8d0d84535b..6213c48ee87fd478d7d2fa52652eda357daf0ad3 100644 (file)
@@ -71,7 +71,7 @@ VCDMetaInfo( access_t *p_access, /*const*/ char *psz_mrl )
   char *psz_cat;
   track_t i_track;
 
-  psz_cat = _("General");
+  psz_cat = _("Disc");
 
   addstr( _("VCD Format"),  vcdinfo_get_format_version_str(p_vcd->vcd) );
   addstr( _("Album"),       vcdinfo_get_album_id(p_vcd->vcd));