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/MemoryBackendCfgDefn.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/admin/messages/MemoryBackendCfgDefn.properties b/opends/src/admin/messages/MemoryBackendCfgDefn.properties index c61fad6..9fb6a25 100644 --- a/opends/src/admin/messages/MemoryBackendCfgDefn.properties +++ b/opends/src/admin/messages/MemoryBackendCfgDefn.properties @@ -1,6 +1,6 @@ user-friendly-name=Memory Backend user-friendly-plural-name=Memory Backends -synopsis=The Memory Backend provides a Directory Server backend implementation that stores entries in memory. +synopsis=The Memory Backend provides a directory server backend implementation that stores entries in memory. description=There is no persistence of any kind, and the backend contents are cleared whenever the backend is brought online or offline and when the server is restarted. property.backend-id.synopsis=Specifies a name to identify the associated backend. property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. -- Gitblit v1.10.0