Author: kwsutter
Date: Thu Nov 17 14:51:12 2011
New Revision: 1203208
URL: http://svn.apache.org/viewvc?rev=1203208&view=rev
Log:
OPENJPA-2076. Since the majority (only?) usage of this message is in the
plural sense, I changed "argument" to "arguments".
Modified:
openjpa/trunk/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties
Modified:
openjpa/trunk/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties?rev=1203208&r1=1203207&r2=1203208&view=diff
==============================================================================
---
openjpa/trunk/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties
(original)
+++
openjpa/trunk/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties
Thu Nov 17 14:51:12 2011
@@ -39,7 +39,7 @@ resource-not-found: Can not locate resou
query-execution-error: Error executing query "{0}". See stacktrace for details.
parse-invalid-qualifier: {0} command does not recognize "{1}" as a qualifier.
Valid qualifiers are {2}.
parse-missing-mandatory-argument: {0} command must have "{1}" argument.
Available arguments are {2}.
-parse-less-argument: {0} command must have at least {2} argument. Available
arguments are {1}.
+parse-less-argument: {0} command must have at least {2} arguments. Available
arguments are {1}.
# ----------------------------------------------------------------------
# Format related error
# ----------------------------------------------------------------------