From: nion Date: Mon, 25 Apr 2005 07:26:15 +0000 (+0000) Subject: Nico Golde: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=57c0b219e1b899b31397f355dd7b84e8c03a5094 Nico Golde: - make clear which variable is removed git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@275 e385b8ad-14ed-0310-8656-cc95a2468c6d --- 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"));