Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 25 Apr 2005 07:26:15 +0000 (07:26 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 25 Apr 2005 07:26:15 +0000 (07:26 +0000)
- make clear which variable is removed

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@275 e385b8ad-14ed-0310-8656-cc95a2468c6d

init.c

diff --git a/init.c b/init.c
index 6e5bf03..1c870b5 100644 (file)
--- 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++)
     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"));
                ((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"));