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

diff --git a/opends/src/admin/messages/SchemaBackendCfgDefn.properties b/opends/src/admin/messages/SchemaBackendCfgDefn.properties
index d3a3a65..e8ffaaf 100644
--- a/opends/src/admin/messages/SchemaBackendCfgDefn.properties
+++ b/opends/src/admin/messages/SchemaBackendCfgDefn.properties
@@ -1,6 +1,6 @@
 user-friendly-name=Schema Backend
 user-friendly-plural-name=Schema Backends
-synopsis=The Schema Backend provides access to the Directory Server schema information, including the attribute types, object classes, attribute syntaxes, matching rules, matching rule uses, DIT content rules, and DIT structure rules that it contains.
+synopsis=The Schema Backend provides access to the directory server schema information, including the attribute types, object classes, attribute syntaxes, matching rules, matching rule uses, DIT content rules, and DIT structure rules that it contains.
 description=The server allows "modify" operations in this backend to alter the server schema definitions. The configuration entry for this backend is based on the ds-cfg-schema-backend structural object class. Note that any attribute types included in this entry that are not included in this object class (or the parent ds-cfg-backend class) appears directly in the schema entry.
 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