From af908f4e2ce97a30383108bf10b5348899ee8f51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Stenac?= Date: Sun, 27 Nov 2005 15:57:28 +0000 Subject: [PATCH] Imrpove description of http-continuous (Closes:#409) --- modules/access/http.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/access/http.c b/modules/access/http.c index 371f56520b..f97099a0db 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -62,13 +62,15 @@ static void Close( vlc_object_t * ); "in case it was untimely closed.") #define CONTINUOUS_TEXT N_("Continuous stream") -#define CONTINUOUS_LONGTEXT N_("Enable this option to read a file that is " \ - "being constantly updated (for example, a JPG file on a server)") +#define CONTINUOUS_LONGTEXT N_("This allows you to read a file that is " \ + "being constantly updated (for example, a JPG file on a server)." \ + "You should not globally enable this option as it will break all other " \ + "types of HTTP streams." ) vlc_module_begin(); set_description( _("HTTP input") ); set_capability( "access2", 0 ); - set_shortname( _( "HTTP/HTTPS" ) ); + set_shortname( _( "HTTP(S)" ) ); set_category( CAT_INPUT ); set_subcategory( SUBCAT_INPUT_ACCESS ); -- 2.39.5