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/EntryCacheCfgDefn.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/messages/EntryCacheCfgDefn.properties b/opends/src/admin/messages/EntryCacheCfgDefn.properties
index f3da6f8..7c835e2 100644
--- a/opends/src/admin/messages/EntryCacheCfgDefn.properties
+++ b/opends/src/admin/messages/EntryCacheCfgDefn.properties
@@ -1,6 +1,6 @@
 user-friendly-name=Entry Cache
 user-friendly-plural-name=Entry Caches
-synopsis=Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve Directory Server performance.
+synopsis=Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve OpenDJ directory server performance.
 property.cache-level.synopsis=Specifies the cache level in the cache order if more than one instance of the cache is configured.
 property.enabled.synopsis=Indicates whether the Entry Cache is enabled.
 property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Entry Cache implementation.

--
Gitblit v1.10.0