]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
Access/*: Second lecture (refs #438)
[vlc] / modules / access / vcd / vcd.c
index a2ad185395010478e4c1ac62e080230cadf00e69..875b4d5c56e27d660314ad3dbe76bf4c8747d9e4 100644 (file)
@@ -39,7 +39,7 @@ static void Close( vlc_object_t * );
 
 #define CACHING_TEXT N_("Caching value in ms")
 #define CACHING_LONGTEXT N_( \
-    "Default caching value for VCDs. This " \
+    "Caching value for VCDs. This " \
     "value should be set in milliseconds." )
 
 vlc_module_begin();
@@ -496,3 +496,4 @@ static int EntryPoints( access_t *p_access )
 
     return VLC_SUCCESS;
 }
+