From 57c0b219e1b899b31397f355dd7b84e8c03a5094 Mon Sep 17 00:00:00 2001 From: nion Date: Mon, 25 Apr 2005 07:26:15 +0000 Subject: [PATCH] Nico Golde: - make clear which variable is removed git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@275 e385b8ad-14ed-0310-8656-cc95a2468c6d --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index 6e5bf03..1c870b5 100644 --- a/init.c +++ b/init.c @@ -2292,7 +2292,7 @@ void mutt_init (int skip_sys_rc, LIST * commands) int i = 0; fprintf (stderr, _("Warning: the following synonym variables were found:\n")); for (i = 0; i < Synonyms->length; i++) - fprintf (stderr, "$%s (for $%s)\n", + fprintf (stderr, "$%s ($%s should be used)\n", ((struct option_t*) Synonyms->data[i])->option, (char*) ((struct option_t*) Synonyms->data[i])->data); fprintf (stderr, _("Warning: Synonym variables are scheduled for removal.\n")); -- 2.20.1