"Translation note" -> "TRANSLATORS"

This commit is contained in:
Micah Cowan 2009-07-23 10:24:36 -07:00
parent 6871383fe6
commit f11619be14
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;