From ee43faf2b1c9d12772c8e487c0b8bf0ae6a91618 Mon Sep 17 00:00:00 2001 From: Petr Pisar Date: Mon, 27 Jul 2009 01:56:49 -0700 Subject: [PATCH] Minor msgid fixes. Typos, and corrected contact mail. --- ChangeLog | 4 ++++ po/Makevars | 2 +- src/ChangeLog | 4 ++++ src/main.c | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62292535..bbc6e00f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-27 Petr Pisar + + * po/Makevars (MSGID_BUGS_ADDRESS): Fixed. + 2009-07-10 Micah Cowan * util/paramcheck.pl (find_documentation): Added. diff --git a/po/Makevars b/po/Makevars index 55f8d041..27fde23f 100644 --- a/po/Makevars +++ b/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = wget@sunsite.dk +MSGID_BUGS_ADDRESS = bug-wget@gnu.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/src/ChangeLog b/src/ChangeLog index c5191815..04d35c7b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-07-27 Petr Pisar + + * main.c (print_help): Fixed a couple typos. + 2009-07-26 Micah Cowan * main.c (option_data): Rename --locale option to --local-encoding diff --git a/src/main.c b/src/main.c index 5b764ae6..4616b063 100644 --- a/src/main.c +++ b/src/main.c @@ -433,7 +433,7 @@ Logging and input file:\n"), -F, --force-html treat input file as HTML.\n"), N_("\ -B, --base=URL resolves HTML input-file links (-i -F)\n\ - relative to URL,\n"), + relative to URL.\n"), "\n", N_("\ @@ -572,7 +572,7 @@ HTTP options:\n"), --content-disposition honor the Content-Disposition header when\n\ choosing local file names (EXPERIMENTAL).\n"), N_("\ - --auth-no-challenge Send Basic HTTP authentication information\n\ + --auth-no-challenge send Basic HTTP authentication information\n\ without first waiting for the server's\n\ challenge.\n"), "\n", -- 2.39.2