]> sjero.net Git - wget/blobdiff - src/progress.c
Updated config.guess, config.sub, install.sh.
[wget] / src / progress.c
index 9b9d1e49e4f82a107eb04329ba6fe10ae83abb87..f2be154afc07f429f3e7b73532bc66c90743401d 100644 (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;