[104285] TVT 3.1: TCT 294 - String not externalized
diff --git a/plugins/org.eclipse.jst.server.websphere.core/plugin.properties b/plugins/org.eclipse.jst.server.websphere.core/plugin.properties
index 45a33d3..921136b 100644
--- a/plugins/org.eclipse.jst.server.websphere.core/plugin.properties
+++ b/plugins/org.eclipse.jst.server.websphere.core/plugin.properties
@@ -7,4 +7,11 @@
 websphere.6.runtime.name=Generic IBM WebSphere 6.0.x
 websphere.6.runtime.description=IBM WebSphere 6.0.x runtime
 websphere.6.server.name=Generic IBM WebSphere 6.0.x
-websphere.6.server.description=IBM WebSphere 6.0.x server
\ No newline at end of file
+websphere.6.server.description=IBM WebSphere 6.0.x server
+
+wasHome=IBM WebSphere Installation Directory:
+port=Port:
+wasProfile=Server Profile Directory:
+wasCell=Cell:
+wasNode=Node:
+wasServer=Server:
diff --git a/plugins/org.eclipse.jst.server.websphere.core/serverdef/websphere.6.serverdef b/plugins/org.eclipse.jst.server.websphere.core/serverdef/websphere.6.serverdef
index 414186a..054f52a 100644
--- a/plugins/org.eclipse.jst.server.websphere.core/serverdef/websphere.6.serverdef
+++ b/plugins/org.eclipse.jst.server.websphere.core/serverdef/websphere.6.serverdef
@@ -5,36 +5,36 @@
 	xsi:schemaLocation="http://eclipse.org/jst/server/generic/ServerTypeDefinition ServerTypeDefinitionSchema.xsd "
 	name="IBM WebSphere 6" version="v6.0">
 	<property id="wasHome"
-		label="IBM WebSphere Installation Directory:"
+		label="%wasHome"
 		type="directory"
 		context="runtime"
 		default="/your_server_root/was-6.0" />
 
 	<property id="port"
-		label="Port:"
+		label="%port"
 		type="string"
 		context="server"
 		default="9080" />
 
 	<property id="wasProfile"
-		label="Server Profile Directory:"
+		label="%wasProfile"
 		type="directory"
 		context="server"
 		default="/your_server_root/was-6.0/profiles/default" />
 
 	<property id="wasCell"
-		label="Cell:"
+		label="%wasCell"
 		type="string"
 		context="server"
 		default="PEPENode01Cell" />
 
 	<property id="wasNode"
-		label="Node:"
+		label="%wasNode"
 		type="string"
 		context="server"
 		default="PEPENode01" />
 	<property id="wasServer"
-		label="Server:"
+		label="%wasServer"
 		type="string"
 		context="server"
 		default="server1" />