From: hniksic Date: Sun, 26 Jun 2005 21:05:52 +0000 (-0700) Subject: [svn] Mark the "eta" string for translation. X-Git-Tag: v1.13~897 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=39fbdba663d4f0b78aeb363d183664f494bfc7ba [svn] Mark the "eta" string for translation. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6f341671..0a5ed0ac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-06-26 Hrvoje Niksic + + * progress.c (create_image): Mark the "eta" string for translation. + 2005-06-26 Hrvoje Niksic * html-url.c (get_urls_file): Don't explicitly set entry->next to diff --git a/src/progress.c b/src/progress.c index b675bbf1..4563ea42 100644 --- a/src/progress.c +++ b/src/progress.c @@ -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)