From 5be44051a3cd8d1e47470bfa6238011e05fa024f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 26 Mar 2001 19:15:48 +0000 Subject: 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 --- camel/camel-sasl-plain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel') 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 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 -- cgit v1.2.3