From 39ded11e6becb7dd89428115fef84c89566dfcf6 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 14 Apr 2009 13:42:26 +0000
Subject: [PATCH] Fix issue 3380: Incorrect error message ('allowed' is duplicated)
---
opends/src/messages/messages/schema.properties | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/messages/messages/schema.properties b/opends/src/messages/messages/schema.properties
index 19e80e5..45a11a1 100644
--- a/opends/src/messages/messages/schema.properties
+++ b/opends/src/messages/messages/schema.properties
@@ -141,7 +141,7 @@
the %s configuration option is enabled
MILD_ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT_32=The provided value "%s" \
could not be parsed as a valid distinguished name because the digit '%c' is \
- not allowed allowed as the first character of an attribute name unless the \
+ not allowed as the first character of an attribute name unless the \
name is specified as an OID or the %s configuration option is enabled
MILD_ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME_33=The provided value "%s" could not be \
parsed as a valid distinguished name because it contained an RDN containing \
--
Gitblit v1.10.0