]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
English style, by Jim Meyering.
authorBruno Haible <bruno@clisp.org>
Sat, 20 Oct 2001 13:27:08 +0000 (13:27 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 20 Oct 2001 13:27:08 +0000 (13:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c5c306a0c9fc1ddfc0f04b07c00f6bfdf704b0c5..5012c0f0ab0f222c4dfe3509452bb52a1823007c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,14 @@ Version 0.11 - XXX 2001
 
 * New programs msgattrib, msgcat, msgconv, msgen, msgexec, msggrep, msguniq.
 
-* The tools now know about format strings in other languages than C.  They
+* The tools now know about format strings in languages other than C.  They
   recognize new message flags named lisp-format, java-format, python-format,
   ycp-format.  When such a flag is present, the msgfmt program verifies the
   consistency of the translated and the untranslated format string.
 
 * The msgfmt command line options have changed.  Option -c now also checks
-  the header entry, a check which was earlier activated through -v.  Option
-  -C corresponds to the compatibility checks earlier activated through -v -v.
+  the header entry, a check which was previously activated through -v.  Option
+  -C corresponds to the compatibility checks previously activated through -v -v.
   Option -v now only increases verbosity and doesn't influence whether msgfmt
   succeeds or fails.