diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-27 03:15:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-27 03:15:48 +0800 |
commit | 5be44051a3cd8d1e47470bfa6238011e05fa024f (patch) | |
tree | 864e2dfe5fffe15ee0de37d77f24788032393428 | |
parent | f342817e88f4e598b7962d94d497c408c45a8107 (diff) | |
download | gsoc2013-evolution-5be44051a3cd8d1e47470bfa6238011e05fa024f.tar gsoc2013-evolution-5be44051a3cd8d1e47470bfa6238011e05fa024f.tar.gz gsoc2013-evolution-5be44051a3cd8d1e47470bfa6238011e05fa024f.tar.bz2 gsoc2013-evolution-5be44051a3cd8d1e47470bfa6238011e05fa024f.tar.lz gsoc2013-evolution-5be44051a3cd8d1e47470bfa6238011e05fa024f.tar.xz gsoc2013-evolution-5be44051a3cd8d1e47470bfa6238011e05fa024f.tar.zst gsoc2013-evolution-5be44051a3cd8d1e47470bfa6238011e05fa024f.zip |
Rename this from "PLAIN" to "Password": there's no reason the user needs
* 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.
svn path=/trunk/; revision=8950
-rw-r--r-- | camel/camel-sasl-plain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-sasl-plain.c b/camel/camel-sasl-plain.c index 5fb0c97469..427f7bf6be 100644 --- a/camel/camel-sasl-plain.c +++ b/camel/camel-sasl-plain.c @@ -26,10 +26,10 @@ #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 |