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 # ----------------------------------------------------------------------