From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.

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

diff --git a/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties b/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties
index 72ebda7..e714cab 100644
--- a/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.properties
+++ b/opends/src/admin/messages/EntryUUIDVirtualAttributeCfgDefn.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