]> git.sesse.net Git - vlc/commitdiff
http.c: Fix string.
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 5 Apr 2006 09:58:20 +0000 (09:58 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 5 Apr 2006 09:58:20 +0000 (09:58 +0000)
modules/control/http/http.c

index 6472c1042814d804f59345668c358b66af204bda..9db57cb58564536ea2946660e09d231f4c66d8ea 100644 (file)
@@ -35,7 +35,7 @@ static void Close( vlc_object_t * );
 #define HOST_LONGTEXT N_( \
     "Address and port the HTTP interface will listen on. It defaults to " \
     "all network interfaces (0.0.0.0)." \
-    " If you want the telnet interface to be available only on the local " \
+    " If you want the HTTP interface to be available only on the local " \
     "machine, enter 127.0.0.1" )
 #define SRC_TEXT N_( "Source directory" )
 #define SRC_LONGTEXT N_( "Source directory" )