From 989396ebc3ef244c00e12917ade24dacd50dab0c Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 18 Sep 2012 20:45:16 +0000
Subject: [PATCH] Fix issue OPENDJ-587: Control-panel rebuild-index shouldn't disable the backend and use offline rebuild-index command. Removed useless message properties as well.

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

diff --git a/opends/src/messages/messages/admin_tool_es.properties b/opends/src/messages/messages/admin_tool_es.properties
index 9020ab0..9f3664c 100644
--- a/opends/src/messages/messages/admin_tool_es.properties
+++ b/opends/src/messages/messages/admin_tool_es.properties
@@ -603,9 +603,6 @@
 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_CREATE_ENTRY=L\u00ednea de comando equivalente para crear la entrada:
 INFO_CTRL_PANEL_REBUILD_INDEX_TASK_DESCRIPTION=Regenerar \u00edndices en '%s'.
 INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_REBUILD_INDEX=L\u00ednea de comandos equivalente para regenerar \u00edndices en '%s':
-INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_ENABLE_BACKEND=L\u00ednea de comando equivalente para eliminar el backend '%s':
-INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DISABLE_BACKEND=L\u00ednea de comando equivalente para deshabilitar el backend '%s':
-
 INFO_CTRL_PANEL_ENABLING_BACKEND=Habilitando backend '%s'
 INFO_CTRL_PANEL_DISABLING_BACKEND=Deshabilitando backend '%s'
 

--
Gitblit v1.10.0