From 1661b519754cb11b019db1731b55de015593d62a Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 08 Mar 2016 22:01:31 +0000
Subject: [PATCH] OPENDJ-2669 Fix incorrect messages for memory settings error

---
 opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties b/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties
index c0873c5..7288f65 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/quickSetup.properties
@@ -853,15 +853,15 @@
  integer.
 ERR_MAX_MEMORY_VALUE=The maximum memory value must be a positive integer.
 ERR_MEMORY_VALUE_EXTENDED=Could not use the provided memory values. \
- Check that the running Java virtual machine supports to specify the %s and \
+ Check that the running Java virtual machine supports the %s and \
  %s arguments and that there is enough memory in the machine to use the \
  provided values.
 ERR_INITIAL_MEMORY_VALUE_EXTENDED=Could not use the provided initial \
- memory value. Check that the running Java virtual machine supports to \
- specify the %s argument and that there is enough memory in the machine to use \
+ memory value. Check that the running Java virtual machine supports \
+ the %s argument and that there is enough memory in the machine to use \
  the provided value.
 ERR_MAX_MEMORY_VALUE_EXTENDED=Could not use the provided maximum memory \
- value. Check that the running Java virtual machine supports to specify the \
+ value. Check that the running Java virtual machine supports the \
  %s argument and that there is enough memory in the machine to use the \
  provided value.
 ERR_MEMORY_32_BIT_LIMIT=Note that 32-bit Java virtual machines do not \

--
Gitblit v1.10.0