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

diff --git a/opends/src/admin/messages/FileBasedTrustManagerProviderCfgDefn_zh_TW.properties b/opends/src/admin/messages/FileBasedTrustManagerProviderCfgDefn_zh_TW.properties
index 662f57e..c76670b 100644
--- a/opends/src/admin/messages/FileBasedTrustManagerProviderCfgDefn_zh_TW.properties
+++ b/opends/src/admin/messages/FileBasedTrustManagerProviderCfgDefn_zh_TW.properties
@@ -4,9 +4,9 @@
 description=The trust store file can be in either JKS (the default Java key store format) or PKCS#12 (a standard certificate format) form.
 property.enabled.synopsis=Indicate whether the File Based Trust Manager Provider is enabled for use.
 property.java-class.synopsis=The fully-qualified name of the Java class that provides the File Based Trust Manager Provider implementation.
-property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDJ  instance root.
+property.trust-store-file.synopsis=Specifies the path to the file containing the trust information. It can be an absolute path or a path that is relative to the OpenDJ instance root.
 property.trust-store-file.description=Changes to this configuration attribute take effect the next time that the trust manager is accessed.
-property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDJ  instance root.
+property.trust-store-file.syntax.string.pattern.synopsis=An absolute path or a path that is relative to the OpenDJ instance root.
 property.trust-store-pin.synopsis=Specifies the clear-text PIN needed to access the File Based Trust Manager Provider .
 property.trust-store-pin.requires-admin-action.synopsis=Changes to this property will take effect the next time that the File Based Trust Manager Provider is accessed.
 property.trust-store-pin-environment-variable.synopsis=Specifies the name of the environment variable that contains the clear-text PIN needed to access the File Based Trust Manager Provider .

--
Gitblit v1.10.0