From e7cc5737c05ea9e1e88025ac8e75055f6e9fd9bd Mon Sep 17 00:00:00 2001 From: rfeng Date: Fri, 2 Sep 2011 23:32:33 +0000 Subject: Fix the single quote issues in all message bundles git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/impl-bpel-validation-messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-2.x/trunk/modules/implementation-bpel') diff --git a/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties b/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties index b6d8bdc0f1..419f7a8c15 100644 --- a/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties +++ b/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties @@ -27,8 +27,8 @@ PartnerLinkHasBothAttr = BPEL PartnerLink {0} has both sca:reference and sca:ser ReferencePartnerLinkNotInList = BPEL TypeLoader - element references partnerLink {0} not in the list MyRolePartnerRoleNull = Error: myRole and partnerRole port types are both null NoInterfaceForPortType = Interface not found for port type {0} -AttributeProcessMissing = Attribute 'process' is missing. +AttributeProcessMissing = Attribute ''process'' is missing. AttributeWithoutNamespace = Attribute {0} with value {1} in your composite should be of the form {namespaceURI}localname AttributeWithoutPrefix = Attribute {0} with value {1} in your composite should be prefixed (process=\"prefix:name\"). AttributeUnrecognizedNamespace = Attribute {0} with value {1} in your composite has un unrecognized namespace prefix. -BPELProcessNotFound = Can't find BPEL Process : {0} \ No newline at end of file +BPELProcessNotFound = Can''t find BPEL Process : {0} -- cgit v1.2.3