Index: core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocalStrings.properties =================================================================== --- core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocalStrings.properties (revision 27701) +++ core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocalStrings.properties (working copy) @@ -102,7 +102,7 @@ delete.jdbc.connection.pool=removes the specified JDBC connection pool delete.jdbc.connection.pool.cascade=If the option is set to true, all the JDBC resources associated with the pool, apart from the pool itself, are deleted. When set to false, the deletion of pool fails if any resources are associated with the pool. Resources must be deleted explicitly or the option must be set to true. By default, the option is false. delete.jdbc.connection.pool.jdbc_connection_pool_id=The name of the JDBC resource to be removed. -delete.jdbc.connection.pool.success=Command delete-jdbc-connection pool executed successfully. +delete.jdbc.connection.pool.success=Command delete-jdbc-connection-pool executed successfully. delete.jdbc.connection.pool.fail=Command delete-jdbc-connection-pool failed. delete.jdbc.connection.pool.notfound=A JDBC connection pool named {0} does not exist. delete.jdbc.connection.pool.noJndiName=No id defined for JDBC Connection pool.