X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fprogress.c;h=f2be154afc07f429f3e7b73532bc66c90743401d;hb=d2e150dc2dea3e15a9227b80262124f8f7619b0c;hp=9b9d1e49e4f82a107eb04329ba6fe10ae83abb87;hpb=2e1619d3fed0bb49a03b787b5c2c7ff0d1eb0f10;p=wget diff --git a/src/progress.c b/src/progress.c index 9b9d1e49..f2be154a 100644 --- a/src/progress.c +++ b/src/progress.c @@ -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;