From 5b5badc833bd2383dbbd3a906101a823d5dba20c 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. --- opendj-sdk/opends/src/admin/messages/EntryCacheCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/EntryCacheCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/EntryCacheCfgDefn.properties index f3da6f8..7c835e2 100644 --- a/opendj-sdk/opends/src/admin/messages/EntryCacheCfgDefn.properties +++ b/opendj-sdk/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