]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 28 May 1996 23:41:11 +0000 (23:41 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 28 May 1996 23:41:11 +0000 (23:41 +0000)
old/fileutils/ChangeLog

index 590795e05f4e4dab19cb29d3ef30ca4ed11c2381..9b1c3b33f6f9b6682117ac70de509346882288a1 100644 (file)
@@ -1,3 +1,9 @@
+Tue May 28 18:39:49 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       * dd.c (print_stats): Don't mark "%u %s" as a translatable string.
+       * mv.c (main): Don't mark "%s" as a translatable string.
+       From Göran Uddeborg.
+
 Thu May 23 07:50:38 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * ls.c (usage): Make --literal (-N) description clearer.
@@ -73,7 +79,7 @@ Wed May 15 22:54:31 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 Tue May 14 23:36:54 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * dd.c (print_stats): Restructure pluralization of error message
-       so it's easier to translate.  Reported by Gvran Uddeborg
+       so it's easier to translate.  Reported by Göran Uddeborg
        <gvran@uddeborg.pp.se>.
        * mv.c (main): Likewise.
 
@@ -151,7 +157,7 @@ Wed Apr 24 21:33:43 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * ln.c (do_link): With --force, don't remove DEST when it's
        the same as SOURCE.  Before, `ln -f FILE FILE' would remove FILE.
-       Reported by Bruno Haible.
+       Reported by Bruno Haible (haible@ilog.fr).
 
        * mkdir.c (main): Use verbose_fmt_string, not string literal in
        call to make_path for --parents.  Reported by Ulrich Drepper.