Text change : Bug 531830 - Misleading warning about Java 9
'Automatic-Module-Name' header requirement 

Signed-off-by: Pradeep Balachandran <pradeepb@in.ibm.com>
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/pderesources.properties b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/pderesources.properties
index bdd62c4..8ef2c06 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/pderesources.properties
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/pderesources.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2017 IBM Corporation and others.
+# Copyright (c) 2000, 2018 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -160,7 +160,7 @@
 BundleErrorReporter_singletonAttrRequired = Plug-ins declaring extensions or extension points must set 'singleton' attribute to 'true'
 BundleErrorReporter_singletonRequired = Plug-ins declaring extensions or extension points must set the 'singleton' directive to 'true'
 BundleErrorReporter_headerMissing = ''{0}'' header is required
-BundleErrorReporter_headerMissingAutoModule =''{0}'' header is required for Java 9 compatibility
+BundleErrorReporter_headerMissingAutoModule =''{0}'' header is required for compatibility with Java 9 or later
 BundleErrorReporter_NoSymbolicName=Bundle symbolic name must be specified
 BundleErrorReporter_ClasspathNotEmpty=Bundle-Classpath cannot be empty
 BundleErrorReporter_fragmentActivator=A fragment must not declare a bundle activator