From 6f265e047f6505d5fa996d85ef00f17796d84462 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 20 Oct 2011 15:34:00 +0000
Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. This time we cleanup messages, and localized messages.

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

diff --git a/opends/src/admin/messages/GlobalCfgDefn.properties b/opends/src/admin/messages/GlobalCfgDefn.properties
index 19818ff..0ea24f9 100644
--- a/opends/src/admin/messages/GlobalCfgDefn.properties
+++ b/opends/src/admin/messages/GlobalCfgDefn.properties
@@ -1,6 +1,6 @@
 user-friendly-name=Global Configuration
 user-friendly-plural-name=Global Configurations
-synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDJ .
+synopsis=The Global Configuration contains properties that affect the overall operation of the OpenDJ.
 property.add-missing-rdn-attributes.synopsis=Indicates whether the directory server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request.
 property.allow-attribute-name-exceptions.synopsis=Indicates whether the directory server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards).
 property.allowed-task.synopsis=Specifies the fully-qualified name of a Java class that may be invoked in the server.

--
Gitblit v1.10.0