mirror of
https://github.com/mirror/wget.git
synced 2025-02-08 02:30:17 +08:00
[svn] Mark the "eta" string for translation.
This commit is contained in:
parent
fc532c9bee
commit
39fbdba663
@ -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>
|
2005-06-26 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* html-url.c (get_urls_file): Don't explicitly set entry->next to
|
* html-url.c (get_urls_file): Don't explicitly set entry->next to
|
||||||
|
@ -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
|
/* Translation note: "ETA" is English-centric, but this must
|
||||||
be short, ideally 3 chars. Abbreviate if necessary. */
|
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);
|
move_to_end (p);
|
||||||
}
|
}
|
||||||
else if (bp->total_length > 0)
|
else if (bp->total_length > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user