]> sjero.net Git - wget/commitdiff
[svn] Really remove translation of <n>s.
authorhniksic <devnull@localhost>
Mon, 27 Jun 2005 01:15:46 +0000 (18:15 -0700)
committerhniksic <devnull@localhost>
Mon, 27 Jun 2005 01:15:46 +0000 (18:15 -0700)
src/progress.c

index 613162fe9496aa87f8f8088f2cabe5aca15042ad..a9f2963517b35f1c8d303f0019768eed38122c74 100644 (file)
@@ -900,7 +900,7 @@ create_image (struct bar_progress *bp, double dl_total_time, bool done)
        strcpy (p, eta_to_human_short ((int) (secs + 0.5)));
       else
        /* For very quick downloads show more exact timing information. */
-       sprintf (p, _("%.*fs"),
+       sprintf (p, "%.*fs",
                 secs < 0.001 ? 0 : /* 0s instead of 0.000s */
                 secs < 0.01 ? 3 :  /* 0.00x */
                 secs < 0.1 ? 2 :   /* 0.0x */