mirror of
https://github.com/mirror/wget.git
synced 2025-01-04 01:10:28 +08:00
Minor msgid fixes. Typos, and corrected contact mail.
This commit is contained in:
parent
e55befe5e2
commit
ee43faf2b1
@ -1,3 +1,7 @@
|
|||||||
|
2009-07-27 Petr Pisar <petr.pisar@atlas.cz>
|
||||||
|
|
||||||
|
* po/Makevars (MSGID_BUGS_ADDRESS): Fixed.
|
||||||
|
|
||||||
2009-07-10 Micah Cowan <micah@cowan.name>
|
2009-07-10 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* util/paramcheck.pl (find_documentation): Added.
|
* util/paramcheck.pl (find_documentation): Added.
|
||||||
|
@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc.
|
|||||||
# It can be your email address, or a mailing list address where translators
|
# 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
|
# can write to without being subscribed, or the URL of a web page through
|
||||||
# which the translators can contact you.
|
# 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
|
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||||
# message catalogs shall be used. It is usually empty.
|
# message catalogs shall be used. It is usually empty.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-07-27 Petr Pisar <petr.pisar@atlas.cz>
|
||||||
|
|
||||||
|
* main.c (print_help): Fixed a couple typos.
|
||||||
|
|
||||||
2009-07-26 Micah Cowan <micah@cowan.name>
|
2009-07-26 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* main.c (option_data): Rename --locale option to --local-encoding
|
* main.c (option_data): Rename --locale option to --local-encoding
|
||||||
|
@ -433,7 +433,7 @@ Logging and input file:\n"),
|
|||||||
-F, --force-html treat input file as HTML.\n"),
|
-F, --force-html treat input file as HTML.\n"),
|
||||||
N_("\
|
N_("\
|
||||||
-B, --base=URL resolves HTML input-file links (-i -F)\n\
|
-B, --base=URL resolves HTML input-file links (-i -F)\n\
|
||||||
relative to URL,\n"),
|
relative to URL.\n"),
|
||||||
"\n",
|
"\n",
|
||||||
|
|
||||||
N_("\
|
N_("\
|
||||||
@ -572,7 +572,7 @@ HTTP options:\n"),
|
|||||||
--content-disposition honor the Content-Disposition header when\n\
|
--content-disposition honor the Content-Disposition header when\n\
|
||||||
choosing local file names (EXPERIMENTAL).\n"),
|
choosing local file names (EXPERIMENTAL).\n"),
|
||||||
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\
|
without first waiting for the server's\n\
|
||||||
challenge.\n"),
|
challenge.\n"),
|
||||||
"\n",
|
"\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user