From 46fbb33b79245cabf8142609679c7ec6a01ee5c8 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 27 Oct 2009 07:44:40 +0000
Subject: [PATCH] Fix for issue 4319 (control panel - adding entry from LDIF - should acknoldege validity of entry up check both if OK and NOT OK) Display a label if the user checks for the syntax.  This approach is used instead of a popup dialog, since it is less intrusive (in the case of an error being intrusive is required, but not if the provided data is correct).

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

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index c2ad5e5..9170f10 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -2157,6 +2157,7 @@
 INFO_CTRL_PANEL_NEW_ENTRY_FROM_LDIF_TITLE=New Entry from LDIF
 INFO_CTRL_PANEL_LDIF_SYNTAX_LABEL=Enter LDIF syntax for the new entry:
 INFO_CTRL_PANEL_CHECK_SYNTAX_BUTTON=Check Syntax
+INFO_CTRL_PANEL_SYNTAX_CORRECT_LABEL=Entry syntax is correct
 
 INFO_CTRL_PANEL_DUPLICATE_ENTRY_TITLE=Duplicate Entry
 INFO_CTRL_PANEL_DUPLICATE_ENTRY_MENU=Duplicate Entry...
@@ -2736,6 +2737,8 @@
 INFO_CTRL_PANEL_NOVEMBER=November
 INFO_CTRL_PANEL_DECEMBER=December
 INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TIME=Time:
+INFO_CTRL_PANEL_TASK_TO_SCHEDULE_TIME_TOOLTIP=Hour (from 00:00 to 23:59) in \
+ the time zone of the server host.
 INFO_CTRL_PANEL_TASK_TO_SCHEDULE_DAY=Day:
 INFO_CTRL_PANEL_TASK_TO_SCHEDULE_MONTH=Month:
 INFO_CTRL_PANEL_TASK_TO_SCHEDULE_YEAR=Year:

--
Gitblit v1.10.0