X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fprogress.c;h=f2be154afc07f429f3e7b73532bc66c90743401d;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hp=9b9d1e49e4f82a107eb04329ba6fe10ae83abb87;hpb=4f3dd6817348433eafde04a3c2946f43364de7ef;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;