Commit 1360ac9f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

telnet: no need to mention default value

parent baada5ed
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
#define TELNETPORT_LONGTEXT N_( "This is the TCP port on which this " \ #define TELNETPORT_LONGTEXT N_( "This is the TCP port on which this " \
"interface will listen. It defaults to 4212." ) "interface will listen. It defaults to 4212." )
#define TELNETPWD_TEXT N_( "Password" ) #define TELNETPWD_TEXT N_( "Password" )
#define TELNETPWD_LONGTEXT N_( "A single administration password is used " \ #define TELNETPWD_LONGTEXT N_( "A single password restricts access " \
"to protect this interface. The default value is \"admin\"." ) "to this interface." )
#define TELNETPWD_DEFAULT "admin" #define TELNETPWD_DEFAULT "admin"
#define RCHOST_TEXT N_("TCP command input") #define RCHOST_TEXT N_("TCP command input")
#define RCHOST_LONGTEXT N_("Accept commands over a socket rather than stdin. " \ #define RCHOST_LONGTEXT N_("Accept commands over a socket rather than stdin. " \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment