From 02e05c396c23a35dcb105c29f36be883bd3f6576 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 25 Mar 2009 12:22:05 +0000 Subject: [PATCH] Fix for issue 3528 (A scheduled task should check that the start time has not passed) --- opends/src/messages/messages/tools.properties | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index a420be9..61103a3 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2453,12 +2453,13 @@ INFO_LDIFEXPORT_PATH_TO_LDIF_FILE_1662=Exporting to %s # -# These are the localized version of the answers that the user can provide in -# interactive tools. +# These are the localized version of the answers that the user can provide in +# interactive tools. # INFO_PROMPT_YES_COMPLETE_ANSWER_1663=yes INFO_PROMPT_YES_FIRST_LETTER_ANSWER_1664=y INFO_PROMPT_NO_COMPLETE_ANSWER_1665=no INFO_PROMPT_NO_FIRST_LETTER_ANSWER_1666=n - +SEVERE_ERR_START_DATETIME_ALREADY_PASSED_1667=The specified start time '%s' \ + has already passed -- Gitblit v1.10.0