Rename this from "PLAIN" to "Password": there's no reason the user needs
authorDan Winship <danw@src.gnome.org>
Mon, 26 Mar 2001 19:15:48 +0000 (19:15 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 26 Mar 2001 19:15:48 +0000 (19:15 +0000)
* camel-sasl-plain.c (camel_sasl_plain_authtype): Rename this from
"PLAIN" to "Password": there's no reason the user needs to see the
SASL mechanism name.

camel/camel-sasl-plain.c

index 5fb0c97..427f7bf 100644 (file)
 #include <string.h>
 
 CamelServiceAuthType camel_sasl_plain_authtype = {
-       N_("PLAIN"),
+       N_("Password"),
 
        N_("This option will connect to the server using a "
-          "the PLAIN SASL mechanism if the server supports it."),
+          "simple password."),
 
        "PLAIN",
        TRUE