From bf00c1817100d2379a8127888f4f2d3c43732280 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 Mar 2001 17:56:08 +0000 Subject: Message fix. svn path=/trunk/; revision=3168 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index e92fce78..07a73b9a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1606,7 +1606,7 @@ static void dump_params (struct runctl *runp, switch (ctl->server.authenticate) { case A_ANY: - printf(_(" All authentication methods will be tried.\n")); + printf(_(" All available authentication methods will be tried.\n")); break; case A_PASSWORD: printf(_(" Password authentication will be forced.\n")); -- cgit v1.2.3