From 51d5368fa0a89f1eeac8b62b3a2ea97011779abe Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 13 Dec 2007 18:25:13 +0000
Subject: [PATCH] Fix for issue 1730.

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

diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties
index 9260250..2213192 100644
--- a/opends/src/messages/messages/utility.properties
+++ b/opends/src/messages/messages/utility.properties
@@ -409,7 +409,7 @@
 SEVERE_ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_NOT_YET_VALID_162=Refusing to trust \
  server or issuer certificate '%s' because it is not valid until %s
 MILD_WARN_LDIF_VALUE_VIOLATES_SYNTAX_163=Entry %s read from LDIF starting at \
- line %d includes value '%s' for attribute %s that is invalid according to the \
+ line %d includes value "%s" for attribute %s that is invalid according to the \
  associated syntax:  %s
 SEVERE_ERR_SKIP_FILE_EXISTS_164=The specified skip file %s already exists and \
  the import configuration indicates that no attempt should be made to append \

--
Gitblit v1.10.0