OPENJPA-2076. Since the majority (only?) usage of this message is in the plural sense, I changed "argument" to "arguments".

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1203208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2011-11-17 14:51:12 +00:00
parent f81908f3ac
commit 64f37134fa
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ resource-not-found: Can not locate resource {0}. <br>This can happen for wrong U
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
# ----------------------------------------------------------------------