]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: some wording fixes
authorDaiki Ueno <ueno@gnu.org>
Mon, 17 Jun 2013 03:09:31 +0000 (12:09 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 17 Jun 2013 03:23:43 +0000 (12:23 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 28ed3e2164d1e87d522d13b8afc559a3bfaca13f..57bcb1bd2ff7e26344bf99de2c22b8058a189f11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,10 +13,12 @@ Version 0.18.3 - unreleased
     xgettext now partially supports JavaScript.  Although the current
     JavaScript specification (ECMA-262) does not define the standard
     set of formatting methods nor translation functions, there is a
-    growing demand for xgettext to extract string literals more
-    reliably than using the C scanner.  The implementation supports
-    only a limited set of formatting methods and translation functions
-    commonly used in Gjs and other popular JavaScript libraries.
+    growing demand for xgettext to extract string literals from
+    JavaScript code in a more reliable way than using the C scanner.
+
+    The implementation supports only a limited set of formatting
+    methods and translation functions commonly used in Gjs and other
+    popular JavaScript libraries.
 
   - Lua