[234352] TVT34:TCT486: not externalized string : ModuleCore Validation Marker
diff --git a/plugins/org.eclipse.wst.common.modulecore/plugin.properties b/plugins/org.eclipse.wst.common.modulecore/plugin.properties
index abd0a89..883476b 100644
--- a/plugins/org.eclipse.wst.common.modulecore/plugin.properties
+++ b/plugins/org.eclipse.wst.common.modulecore/plugin.properties
@@ -11,3 +11,6 @@
 provider=Eclipse.org
 
 Bundle-Name.0 = Modulecore Plug-in
+ValidationMarker.name=ModuleCore Validation Marker
+Validator.name=ModuleCore Validator
+Nature.name=Web Properties
\ No newline at end of file
diff --git a/plugins/org.eclipse.wst.common.modulecore/plugin.xml b/plugins/org.eclipse.wst.common.modulecore/plugin.xml
index 52abf91..569dd44 100644
--- a/plugins/org.eclipse.wst.common.modulecore/plugin.xml
+++ b/plugins/org.eclipse.wst.common.modulecore/plugin.xml
@@ -15,7 +15,7 @@
    <!--============================-->
    <extension
          id="ModuleCoreNature"
-         name="Web Properties"
+         name="%Nature.name"
          point="org.eclipse.core.resources.natures">
       <runtime>
          <run
@@ -76,7 +76,7 @@
   
   <extension
          id="ModuleCoreValidator"
-         name="ModuleCore Validator"
+         name="%Validator.name"
          point="org.eclipse.wst.validation.validator">
       <validator>
       	<projectNature
@@ -106,7 +106,7 @@
 
 <extension
          id="ModuleCoreValidatorMarker"
-         name="ModuleCore Validation Marker"
+         name="%ValidationMarker.name"
          point="org.eclipse.core.resources.markers">
       <super
             type="org.eclipse.wst.validation.problemmarker">