* src/dd.c (print_stats): Don't substitute "1" for number, as this
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Aug 2006 20:50:22 +0000 (20:50 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Aug 2006 20:50:22 +0000 (20:50 +0000)
causes confusion for the Hungarian translators.  Problem reported
by Egmont Koblinger.

ChangeLog
src/dd.c

index d5c85f34b5e9503413a2c6b59255161c27151c1f..5225e2981f1d7aa30012e04c0a77e4098f19452d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/dd.c (print_stats): Don't substitute "1" for number, as this
+       causes confusion for the Hungarian translators.  Problem reported
+       by Egmont Koblinger.
+
 2006-08-15  Jim Meyering  <jim@meyering.net>
 
        * .x-sc_require_config_h: Add lib/at-func.c.
index ff30eda9800dd30f55614028b3efe4752acbf6ad..577e9a08b4fe00c3628c66b082f5deba573cd0b9 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -548,7 +548,7 @@ print_stats (void)
 
   if (r_truncate != 0)
     fprintf (stderr,
-            ngettext ("1 truncated record\n",
+            ngettext ("%"PRIuMAX" truncated record\n",
                       "%"PRIuMAX" truncated records\n",
                       MIN (r_truncate, ULONG_MAX)),
             r_truncate);
@@ -560,7 +560,7 @@ print_stats (void)
      since that makes it easy to use SI abbreviations.  */
 
   fprintf (stderr,
-          ngettext ("1 byte (1 B) copied",
+          ngettext ("%"PRIuMAX" byte (%s) copied",
                     "%"PRIuMAX" bytes (%s) copied",
                     MIN (w_bytes, ULONG_MAX)),
           w_bytes,