From 64f37134fadde406f30b8c541da9add67d71fad7 Mon Sep 17 00:00:00 2001 From: "Kevin W. Sutter" Date: Thu, 17 Nov 2011 14:51:12 +0000 Subject: [PATCH] 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 --- .../org/apache/openjpa/persistence/jest/localizer.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties b/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties index 319f416ee..21e4f0626 100644 --- a/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties +++ b/openjpa-jest/src/main/resources/org/apache/openjpa/persistence/jest/localizer.properties @@ -39,7 +39,7 @@ resource-not-found: Can not locate resource {0}.
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 # ----------------------------------------------------------------------