X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=1c870b5745dc4200c3bc348b165a3f2b1224834b;hp=6e5bf03163b4d64d30f447defde679dc2109a8ae;hb=57c0b219e1b899b31397f355dd7b84e8c03a5094;hpb=be3bd578d8557b8d0cb9138153ee30e14b33ec58 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"));