From 555309d7a9194718ed62f5d1ef492b53bde0a236 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.

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

diff --git a/opendj-sdk/opends/src/admin/messages/SASLMechanismHandlerCfgDefn_ko.properties b/opendj-sdk/opends/src/admin/messages/SASLMechanismHandlerCfgDefn_ko.properties
index 060bbf8..733023f 100644
--- a/opendj-sdk/opends/src/admin/messages/SASLMechanismHandlerCfgDefn_ko.properties
+++ b/opendj-sdk/opends/src/admin/messages/SASLMechanismHandlerCfgDefn_ko.properties
@@ -1,6 +1,6 @@
 user-friendly-name=SASL Mechanism Handler
 user-friendly-plural-name=SASL Mechanism Handlers
-synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ .
+synopsis=The SASL mechanism handler configuration entry is the parent for all SASL mechanism handlers defined in the OpenDJ.
 description=SASL mechanism handlers are responsible for authenticating users during the course of processing a SASL (Simple Authentication and Security Layer, as defined in RFC 4422) bind.
 property.enabled.synopsis=Indicates whether the SASL mechanism handler is enabled for use.
 property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.

--
Gitblit v1.10.0