[135890]
diff --git a/docs/org.eclipse.wst.validation.infopop/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.validation.infopop/META-INF/MANIFEST.MF
index f48ef97..1366753 100644
--- a/docs/org.eclipse.wst.validation.infopop/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.wst.validation.infopop/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Plugin.name
 Bundle-SymbolicName: org.eclipse.wst.validation.infopop; singleton:=true
-Bundle-Version: 1.0.2.qualifier
+Bundle-Version: 1.0.201.qualifier
 Bundle-Localization: plugin
 Bundle-Vendor: %Plugin.providerName
 Require-Bundle: org.eclipse.help
diff --git a/docs/org.eclipse.wst.validation.infopop/ValidationPrefs_HelpContexts.xml b/docs/org.eclipse.wst.validation.infopop/ValidationPrefs_HelpContexts.xml
index e18a4e5..6c8d7f4 100644
--- a/docs/org.eclipse.wst.validation.infopop/ValidationPrefs_HelpContexts.xml
+++ b/docs/org.eclipse.wst.validation.infopop/ValidationPrefs_HelpContexts.xml
@@ -6,6 +6,8 @@
 <context id="jvgp0000">
 <description> The validation preferences page allows you to view or change the default validation settings for all workbench projects. A validator is a tool that checks that resources conform to a specification, DTD, or some other set of rules.
 
+Each validator can apply to certain types of files, certain project facets, or both. When a validator applies to a project facet, the workbench uses that validator only on projects that have that facet. Likewise, most validators apply only to certain types of files, so the workbench uses those validators only on those types of files.
+
 Select the <b>Allow projects to override these preference settings</b> check box if you want to allow individual projects to set their own validation preferences.
 To configure new validation settings for an individual project, select the project in the Navigator view, right-click and select <b>Properties > Validation</b>.
 
diff --git a/docs/org.eclipse.wst.validation.infopop/ValidationProjPrefs_HelpContexts.xml b/docs/org.eclipse.wst.validation.infopop/ValidationProjPrefs_HelpContexts.xml
index 1e9fba0..e71a77b 100644
--- a/docs/org.eclipse.wst.validation.infopop/ValidationProjPrefs_HelpContexts.xml
+++ b/docs/org.eclipse.wst.validation.infopop/ValidationProjPrefs_HelpContexts.xml
@@ -7,6 +7,8 @@
 <context id="jvpp0000">
 <description>The project validation page allows you to view or change the validation settings for a project. A validator is a tool that checks that resources conform to a specification, DTD, or some other set of rules.
 
+Each validator can apply to certain types of files, certain project facets, or both. When a validator applies to a project facet, the workbench uses that validator only on projects that have that facet. Likewise, most validators apply only to certain types of files, so the workbench uses those validators only on those types of files.
+
 Select the <b>Override validation preferences</b> check box. Select this check box if you want to override the default validation preferences set in the workbench Preferences page.
 If the <b>Override validation preferences</b> check box is not enabled, go to <b>Window > Preferences > Validation</b> and select the <b>Allow projects to override these preference settings</b> check box.