Properties file cleanup
diff --git a/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.properties b/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.properties
index c2fbd8e..c25f6ca 100644
--- a/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.properties
+++ b/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.properties
@@ -12,8 +12,8 @@
 pluginName=CXF Web Services Consumption Core (Incubation)
 pluginProvider=Eclipse Web Tools Platform
 
-WEB_SERVICE_LOCATOR_AXIS=Apache CXF Web Service Locator
-WEB_SERVICE_LOCATOR_CATEGORY_AXIS=Apache CXF Components
+WEB_SERVICE_LOCATOR_CXF=Apache CXF Web Service Locator
+WEB_SERVICE_LOCATOR_CATEGORY_CXF=Apache CXF Components
 
 LABEL_RUNTIME_CXF=Apache CXF
 LABEL_BOTTOM_UP_JAVA_BEAN=Bottom up Java bean Web Service
diff --git a/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.xml b/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.xml
index dcbcc62..2137477 100644
--- a/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.cxf.consumption.core/plugin.xml
@@ -10,7 +10,7 @@
          class="org.eclipse.jst.ws.internal.cxf.consumption.core.locator.CXFWebServiceLocator"
          id="ws.locator.cxf"
          category="ws.locator.category.cxf"
-         label="WEB_SERVICE_LOCATOR_CXF">
+         label="%WEB_SERVICE_LOCATOR_CXF">
       </webServiceLocator>
    </extension>