]> git.sesse.net Git - vlc/blobdiff - modules/access/dv.c
Access/*: Second lecture (refs #438)
[vlc] / modules / access / dv.c
index b3b624b80c566d0d6f54dd8ebea3dbdf5dc52c69..f71abb4136630589ddb364027829067887a6ec1f 100644 (file)
@@ -67,7 +67,7 @@ static int Control( access_t *, int, va_list );
 
 #define CACHING_TEXT N_("Caching value in ms")
 #define CACHING_LONGTEXT N_( \
-    "Default caching value for DV streams. This" \
+    "Caching value for DV streams. This" \
     "value should be set in milliseconds." )
 
 vlc_module_begin();