[svn] Don't translate "%ld ".

This commit is contained in:
hniksic 2001-11-23 12:20:40 -08:00
parent 28f55ca7d3
commit 87ed8be305
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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" */