You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mt...@apache.org on 2009/05/24 17:58:28 UTC

svn commit: r778181 - /openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties

Author: mtylenda
Date: Sun May 24 15:58:28 2009
New Revision: 778181

URL: http://svn.apache.org/viewvc?rev=778181&view=rev
Log:
localizer.properties: Correct error in sybase-compliance value.

Modified:
    openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties

Modified: openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?rev=778181&r1=778180&r2=778181&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties (original)
+++ openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties Sun May 24 15:58:28 2009
@@ -52,7 +52,7 @@
 	values.
 bad-join: The following error was detected when creating a foreign key: \
 	"{0}".  The foreign key is being ignored.
-sybase-compliance: They Sybase connection URL "{0}" may be invalid: \
+sybase-compliance: The Sybase connection URL "{0}" may be invalid: \
 	it does not contain the parameter "BE_AS_JDBC_COMPLIANT_AS_POSSIBLE=true", \
 	which is required for the Sybase JConnect driver to behave in a \
 	JDBC-compliant way.