X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Ffile.c;h=3ea508b21ec1902e4c89a290ae6453ee63f41621;hb=36a5efe8b526390e4171ba80184211bacad9b89d;hp=6a5f5e52ba9e55ee5e3ef3f0cd3050bf7b128149;hpb=4c28a826fd45ea6183b8af91eef346bca0a33701;p=vlc diff --git a/modules/access/file.c b/modules/access/file.c index 6a5f5e52ba..3ea508b21e 100644 --- a/modules/access/file.c +++ b/modules/access/file.c @@ -79,15 +79,15 @@ 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 file streams. This " \ - "value should be set in millisecond units." ) + "Default caching value for files. This " \ + "value should be set in milliseconds." ) #define CAT_TEXT N_("Concatenate with additional files") #define CAT_LONGTEXT N_( \ - "Allows you to play split files as if they were part of a unique file. " \ - "Specify a comma-separated list of files." ) + "Play split files as if they were part of a unique file. " \ + "You need to specify a comma-separated list of files." ) vlc_module_begin(); - set_description( _("Standard filesystem file input") ); + set_description( _("File input") ); set_shortname( _("File") ); set_category( CAT_INPUT ); set_subcategory( SUBCAT_INPUT_ACCESS );