From 6f265e047f6505d5fa996d85ef00f17796d84462 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 20 Oct 2011 15:34:00 +0000
Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. This time we cleanup messages, and localized messages.

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

diff --git a/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn_ko.properties b/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn_ko.properties
index 8e4fb8d..9b8b5a2 100644
--- a/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn_ko.properties
+++ b/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn_ko.properties
@@ -1,7 +1,7 @@
 user-friendly-name=Entry UUID Virtual Attribute
 user-friendly-plural-name=Entry UUID Virtual Attributes
 synopsis=The Entry UUID Virtual Attribute ensures that all entries contained in private backends have values for the entryUUID operational attribute.
-description=The entryUUID values are generated based on a normalized representation of the entry's DN, which does not cause a consistency problem because OpenDS does not allow modify DN operations to be performed in private backends.
+description=The entryUUID values are generated based on a normalized representation of the entry's DN, which does not cause a consistency problem because OpenDJ does not allow modify DN operations to be performed in private backends.
 property.attribute-type.synopsis=Specifies the attribute type for the attribute whose values are to be dynamically assigned by the virtual attribute.
 property.base-dn.synopsis=Specifies the base DNs for the branches containing entries that are eligible to use this virtual attribute.
 property.base-dn.description=If no values are given, then the server generates virtual attributes anywhere in the server.

--
Gitblit v1.10.0