[vlc-commits] telnet: no need to mention default value
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sun Mar 25 18:45:24 CEST 2012
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar 25 19:40:58 2012 +0300| [1360ac9f33c3f11a2357e33347f77739ff1f5a85] | committer: Rémi Denis-Courmont
telnet: no need to mention default value
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1360ac9f33c3f11a2357e33347f77739ff1f5a85
---
 modules/lua/vlc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c
index 1fb969f..aacbd95 100644
--- a/modules/lua/vlc.c
+++ b/modules/lua/vlc.c
@@ -64,8 +64,8 @@
 #define TELNETPORT_LONGTEXT N_( "This is the TCP port on which this " \
     "interface will listen. It defaults to 4212." )
 #define TELNETPWD_TEXT N_( "Password" )
-#define TELNETPWD_LONGTEXT N_( "A single administration password is used " \
-    "to protect this interface. The default value is \"admin\"." )
+#define TELNETPWD_LONGTEXT N_( "A single password restricts access " \
+    "to this interface." )
 #define TELNETPWD_DEFAULT "admin"
 #define RCHOST_TEXT N_("TCP command input")
 #define RCHOST_LONGTEXT N_("Accept commands over a socket rather than stdin. " \
    
    
More information about the vlc-commits
mailing list