From 947b1e0d27a747e34010cada70eb754004066514 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 28 Sep 2004 14:46:41 +0000 Subject: s/not/no/ in the error string. Fixes bug #65828. 2004-09-14 Jeffrey Stedfast * providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate): s/not/no/ in the error string. Fixes bug #65828. svn path=/trunk/; revision=27412 --- camel/ChangeLog | 5 +++++ camel/providers/nntp/camel-nntp-store.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 3aadea280d..558337d70c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2004-09-14 Jeffrey Stedfast + + * providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate): + s/not/no/ in the error string. Fixes bug #65828. + 2004-09-24 Not Zed * camel-vee-store.c (camel_vee_store_finalise): free the unmatched diff --git a/camel/providers/nntp/camel-nntp-store.c b/camel/providers/nntp/camel-nntp-store.c index e8d8871674..67aff99806 100644 --- a/camel/providers/nntp/camel-nntp-store.c +++ b/camel/providers/nntp/camel-nntp-store.c @@ -1115,7 +1115,7 @@ camel_nntp_try_authenticate (CamelNNTPStore *store, CamelException *ex) if (!service->url->user) { camel_exception_setv(ex, CAMEL_EXCEPTION_INVALID_PARAM, - _("Authentication requested but not username provided")); + _("Authentication requested but no username provided")); return -1; } -- cgit