]> git.sesse.net Git - vlc/blobdiff - modules/access/fake.c
Access strings (Refs:#438)
[vlc] / modules / access / fake.c
index 23185e7f8b67e4655b6744adccc6baa72d1ec91b..b7bbf6ce3192f48e15d5cd1d7fc28dbd681bf338 100644 (file)
@@ -39,19 +39,19 @@ 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 fake streams. This " \
-    "value should be set in millisecond units." )
+    "Default caching value for fake streams. This " \
+    "value should be set in milliseconds." )
 #define FPS_TEXT N_("Framerate")
 #define FPS_LONGTEXT N_( \
-    "Specifies the number of frames per second (eg. 24, 25, 29.97, 30).")
+    "Number of frames per second (eg. 24, 25, 29.97, 30).")
 #define ID_TEXT N_("ID")
 #define ID_LONGTEXT N_( \
-    "Allows you to set the ID of the fake elementary stream for use in " \
+    "Set the ID of the fake elementary stream for use in " \
     "#duplicate{} constructs (default 0).")
 #define DURATION_TEXT N_("Duration in ms")
 #define DURATION_LONGTEXT N_( \
-    "Specifies the duration of the fake streaming before faking an " \
-    "end-of-file (default 0 means the stream is unlimited).")
+    "Duration of the fake streaming before faking an " \
+    "end-of-file (default is 0, meaning that the stream is unlimited).")
 
 vlc_module_begin();
     set_shortname( _("Fake") );