mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
"Translation note" -> "TRANSLATORS"
This commit is contained in:
parent
6871383fe6
commit
f11619be14
@ -1,3 +1,8 @@
|
||||
2009-07-23 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* progress.c (get_eta): Change "Translation note" in comment to
|
||||
"TRANSLATORS", so it actually appears in wget.pot.
|
||||
|
||||
2009-07-06 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* main.c (print_help): Improve documentation of --base.
|
||||
|
@ -800,7 +800,7 @@ count_cols (const char *mbs)
|
||||
const char *
|
||||
get_eta (int *bcd)
|
||||
{
|
||||
/* Translation note: "ETA" is English-centric, but this must
|
||||
/* TRANSLATORS: "ETA" is English-centric, but this must
|
||||
be short, ideally 3 chars. Abbreviate if necessary. */
|
||||
static const char eta_str[] = N_(" eta %s");
|
||||
static const char *eta_trans;
|
||||
|
Loading…
Reference in New Issue
Block a user