#14399: corrected news item
diff --git a/Misc/NEWS b/Misc/NEWS
index 64ecbd6..ce44ca8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,9 +44,9 @@
 Library
 -------
 
-- Issue #14399: zipfile now correctly adds a comment even when the zipfile
-  being created is otherwise empty.  As a consequence of this fix, ZipFile is
-  now a new style class.
+- Issue #14399: zipfile now recognizes that the archive has been modified even
+  if only the comment is changed.  As a consequence of this fix, ZipFile is now
+  a new style class.
 
 - Issue #7978: SocketServer now restarts the select() call when EINTR is
   returned.  This avoids crashing the server loop when a signal is received.