]> git.sesse.net Git - vlc/blobdiff - modules/access/tcp.c
Access strings (Refs:#438)
[vlc] / modules / access / tcp.c
index 406e40a0537828185b943bf9ef0f8279aec1b207..a5d64e71a4440972d4eba6a3d8ca604906e1e6f8 100644 (file)
@@ -36,8 +36,8 @@
  *****************************************************************************/
 #define CACHING_TEXT N_("Caching value in ms")
 #define CACHING_LONGTEXT N_( \
-    "Allows you to modify the default caching value for TCP streams. This " \
-    "value should be set in millisecond units." )
+    "Default caching value for TCP streams. This " \
+    "value should be set in milliseconds." )
 
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );