From 93108a826b9172f69a7b12f5ecd02190d282d3a3 Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Wed, 12 Dec 2012 18:14:35 +0000 Subject: [PATCH] Fix typos and trailing spaces in properties. Also remove/fixed unreferenced messages --- opends/src/messages/messages/admin_tool.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 71b3002..5e4f9ae 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -2897,7 +2897,7 @@ # Note that the following property contains line breaks in HTML format (<br>). # INFO_CTRL_PANEL_CRON_HELP=Use ',' to separate values. For example: \ - '1,4,5'.<br>Use '-' to indicate intervals. For example '1-5'.\<br>Use '*' to \ + '1,4,5'.<br>Use '-' to indicate intervals. For example '1-5'.<br>Use '*' to \ indicate any value. SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=The provided hour value is not valid. SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=The provided minute value is not valid. -- Gitblit v1.10.0