]> sjero.net Git - wget/commitdiff
[svn] Mark the "eta" string for translation.
authorhniksic <devnull@localhost>
Sun, 26 Jun 2005 21:05:52 +0000 (14:05 -0700)
committerhniksic <devnull@localhost>
Sun, 26 Jun 2005 21:05:52 +0000 (14:05 -0700)
src/ChangeLog
src/progress.c

index 6f3416716902f47a40efc6dc307cf261b788ad59..0a5ed0ac905ecdad814f83fe9c9c24b32fdaa009 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * progress.c (create_image): Mark the "eta" string for translation.
+
 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * html-url.c (get_urls_file): Don't explicitly set entry->next to
index b675bbf196a64f0dd454bdbd5cb00ceb801dcc9a..4563ea427177622fd6514243ef21e9519c4bef3b 100644 (file)
@@ -880,7 +880,7 @@ create_image (struct bar_progress *bp, double dl_total_time, bool done)
 
          /* Translation note: "ETA" is English-centric, but this must
             be short, ideally 3 chars.  Abbreviate if necessary.  */
-         sprintf (p, "  eta %s", eta_to_human_short (eta));
+         sprintf (p, _("  eta %s"), eta_to_human_short (eta));
          move_to_end (p);
        }
       else if (bp->total_length > 0)