]> sjero.net Git - wget/commitdiff
"Translation note" -> "TRANSLATORS"
authorMicah Cowan <micah@cowan.name>
Thu, 23 Jul 2009 17:24:36 +0000 (10:24 -0700)
committerMicah Cowan <micah@cowan.name>
Thu, 23 Jul 2009 17:24:36 +0000 (10:24 -0700)
src/ChangeLog
src/progress.c

index c1d57d909e07c9e037413c7492ce3c276087ceaf..fa5e7b32ce068ef5ace77b5ba70f943f3b6e069b 100644 (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.
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;