mirror of
https://github.com/mirror/wget.git
synced 2024-12-29 14:30:48 +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>
|
||||
|
||||
* 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
|
||||
# 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.
|
||||
|
@ -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>
|
||||
|
||||
* 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"),
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user