]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
Access strings (Refs:#438)
[vlc] / modules / access / vcd / vcd.c
index 58e7773a30107bf6de75cc5b13c9b3619a5dfeaf..a2ad185395010478e4c1ac62e080230cadf00e69 100644 (file)
@@ -39,8 +39,8 @@ static void Close( vlc_object_t * );
 
 #define CACHING_TEXT N_("Caching value in ms")
 #define CACHING_LONGTEXT N_( \
-    "Allows you to modify the default caching value for cdda streams. This " \
-    "value should be set in milliseconds units." )
+    "Default caching value for VCDs. This " \
+    "value should be set in milliseconds." )
 
 vlc_module_begin();
     set_shortname( _("VCD"));