diff options
-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 |