mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't translate "%ld ".
This commit is contained in:
parent
28f55ca7d3
commit
87ed8be305
@ -1,3 +1,7 @@
|
||||
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* progress.c (create_image): Don't translate "%ld ".
|
||||
|
||||
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* progress.c (bar_set_params): Allow the user to force the use of
|
||||
|
@ -527,7 +527,7 @@ create_image (struct bar_progress *bp, long dltime)
|
||||
}
|
||||
|
||||
/* "12376 " */
|
||||
sprintf (p, _("%ld "), size);
|
||||
sprintf (p, "%ld ", size);
|
||||
p += strlen (p);
|
||||
|
||||
/* "ETA: xx:xx:xx" */
|
||||
|
Loading…
Reference in New Issue
Block a user