From 93ad50f0e8b182978c790c0707bd0a910ae2a39e Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Mon, 10 Nov 2008 08:07:58 +0000
Subject: [PATCH] Fix for Issue #3569: dsconfig does not handle correctly multi-valued properties

---
 opends/src/messages/messages/dsconfig.properties |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties
index a5524ef..f941726 100644
--- a/opends/src/messages/messages/dsconfig.properties
+++ b/opends/src/messages/messages/dsconfig.properties
@@ -179,7 +179,7 @@
  modification "%s" does not contain a property value. The argument should have \
  the following syntax: property[+|-]:value
 SEVERE_ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD_1071=The property \
- modification "%s" is incompatible with a previous modification to the same \
+ modification "%s" is incompatible with another modification to the same \
  property
 SEVERE_ERR_DSCFG_ERROR_WRONG_MANAGED_OBJECT_TYPE_1072=The %s could not be \
  retrieved because it was the wrong type of managed object: %s
@@ -470,3 +470,4 @@
  server at %s on port %s. Check this port is an administration port
 SEVERE_ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT_NOT_TRUSTED_158=Unable to connect to the \
  server at %s on port %s. In non-interactive mode, you must use the '--trustAll' option
+SEVERE_ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST_159=The value %s for the %s property does not exist
\ No newline at end of file

--
Gitblit v1.10.0