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

diff --git a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_zh_TW.properties b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_zh_TW.properties
index 1a44b5c..21b18b0 100644
--- a/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_zh_TW.properties
+++ b/opends/src/admin/messages/DictionaryPasswordValidatorCfgDefn_zh_TW.properties
@@ -5,7 +5,7 @@
 property.case-sensitive-validation.synopsis=Indicates whether this password validator is to treat password characters in a case-sensitive manner.
 property.case-sensitive-validation.description=If it is set to true, then the validator rejects a password only if it appears in the dictionary with exactly the same capitalization as provided by the user.
 property.dictionary-file.synopsis=Specifies the path to the file containing a list of words that cannot be used as passwords.
-property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDS Directory Server instance root.
+property.dictionary-file.description=It should be formatted with one word per line. The value can be an absolute path or a path that is relative to the OpenDJ  instance root.
 property.dictionary-file.syntax.string.pattern.synopsis=The path to any text file contained on the system that is readable by the server.
 property.enabled.synopsis=Indicates whether the password validator is enabled for use.
 property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the password validator implementation.

--
Gitblit v1.10.0