From b581ee2d9059214e6b0b953f03454c48b951c91b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 07 Apr 2009 09:56:10 +0000
Subject: [PATCH] Fix for issue 3201 (Confusing error message from make-ldif -- missing \" \" around erroneous string) Use quotes in the message.

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

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index c73443a..660404f 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -973,7 +973,7 @@
  a Boolean value for tag %s on line %d of the template file.  The value must \
  be either 'true' or 'false'
 MILD_ERR_MAKELDIF_UNDEFINED_BRANCH_SUBORDINATE_543=The branch with entry DN \
- %s references a subordinate template named %s which is not defined in the \
+ '%s' references a subordinate template named '%s' which is not defined in the \
  template file
 MILD_ERR_MAKELDIF_CANNOT_LOAD_TAG_CLASS_544=Unable to load class %s for use \
  as a MakeLDIF tag
@@ -2481,3 +2481,4 @@
 INFO_TASKINFO_CMD_REFRESH_CHAR_1671=r
 INFO_TASKINFO_CMD_CANCEL_CHAR_1672=c
 INFO_TASKINFO_CMD_VIEW_LOGS_CHAR_1673=l
+ 
\ No newline at end of file

--
Gitblit v1.10.0