X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=5b1c674ad3e54dba454c09f4ea69833420daafba;hp=30148f05ecc752ce9fd856832f6b15babcf366b4;hb=1bf100814942c455dfd1d99fdd6fce80970a9999;hpb=5cfa41634d9a2c2e8bcf392ff0f2ee0c93794b37 diff --git a/main.c b/main.c index 30148f0..5b1c674 100644 --- a/main.c +++ b/main.c @@ -88,12 +88,12 @@ extern int optind; static const char *ReachingUs = N_("\ To contact the developers, please mail to .\n\ -To visit the Mutt-ng homepage go to http://www.muttng.org.\n\ +To visit the Madmutt homepage go to http://www.muttng.org.\n\ To report a bug, please use the fleang(1) utility.\n"); static const char *Notice = N_("\ Copyright (C) 1996-2002 Michael R. Elkins and others.\n\ -Mutt-ng comes with ABSOLUTELY NO WARRANTY; for details type `madmutt -vv'.\n\ +Madmutt comes with ABSOLUTELY NO WARRANTY; for details type `madmutt -vv'.\n\ Mutt is free software, and you are welcome to redistribute it\n\ under certain conditions; type `madmutt -vv' for details.\n"); @@ -172,11 +172,11 @@ options:\n\ -g \tspecify a newsserver (if compiled with NNTP)\n\ -G\t\tselect a newsgroup (if compiled with NNTP)\n\ -H \tspecify a draft file to read header and body from\n\ - -i \tspecify a file which Mutt-ng should include in the body"); + -i \tspecify a file which Madmutt should include in the body"); puts _("\ - -d \t specify debugging level of Mutt-ng\n\ + -d \t specify debugging level of Madmutt\n\ -m \tspecify a default mailbox type\n\ - -n\t\tcauses Mutt-ng not to read the system Muttngrc\n\ + -n\t\tcauses Madmutt not to read the system Madmuttrc\n\ -p\t\trecall a postponed message\n\ -Q \tquery a configuration variable\n\ -R\t\topen mailbox in read-only mode\n\ @@ -461,7 +461,7 @@ static void show_version (void) puts (_(ReachingUs)); - puts (_("MadMutt is based on Mutt-ng wich was based on Mutt before\n")); + puts (_("MadMutt is based on Madmutt wich was based on Mutt before\n")); exit (0); }