From f20ab4f08738aba5f23dc1e53b238d2a4e57b08f Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Sun, 03 Apr 2011 19:43:27 +0000
Subject: [PATCH] Fix OpenDJ-106: QuickStart Welcome Panel calls for Java 5, although OpenDJ now requires Java 6

---
 opendj-sdk/opends/src/messages/messages/quicksetup_es.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup_es.properties b/opendj-sdk/opends/src/messages/messages/quicksetup_es.properties
index f4c64ea..01dc67d 100644
--- a/opendj-sdk/opends/src/messages/messages/quicksetup_es.properties
+++ b/opendj-sdk/opends/src/messages/messages/quicksetup_es.properties
@@ -21,7 +21,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2010 Sun Microsystems, Inc.
-#      Portions Copyright 2010 ForgeRock AS
+#      Portions Copyright 2010-2011 ForgeRock AS
 
 
 
@@ -387,7 +387,7 @@
 INFO_INITIALIZE_PROGRESS_WITH_UNPROCESSED=faltan %s entradas por procesar.
 INFO_INSTALL_SERVER_MUST_BE_TEMPORARILY_STARTED=El servidor se iniciar\u00e1 temporalmente.
 INFO_INSTALL_CANCELED=Configuraci\u00f3n cancelada.
-INFO_INSTALLANDUPGRADE_WELCOME_PANEL_INSTRUCTIONS=Esta herramienta de Configuraci\u00f3n r\u00e1pida de %s puede instalar y configurar una nueva instancia de servidor o actualizar una existente. <br><br> %s requiere un tiempo de ejecuci\u00f3n Java SE 5.0 o superior.<br><br> Dispone de informaci\u00f3n adicional sobre la Configuraci\u00f3n r\u00e1pida en el <a href="%s"> sitio de documentaci\u00f3n de %s</a>.
+INFO_INSTALLANDUPGRADE_WELCOME_PANEL_INSTRUCTIONS=Esta herramienta de Configuraci\u00f3n r\u00e1pida de %s puede instalar y configurar una nueva instancia de servidor o actualizar una existente. <br><br> %s requiere un tiempo de ejecuci\u00f3n Java SE 6.0 o superior.<br><br> Dispone de informaci\u00f3n adicional sobre la Configuraci\u00f3n r\u00e1pida en el <a href="%s"> sitio de documentaci\u00f3n de %s</a>.
 INFO_INSTALLANDUPGRADE_WELCOME_PANEL_TITLE=Bienvenido
 INFO_INSTALLANDUPGRADER_RBINSTALL_LABEL=Instalar nueva instancia del servidor
 INFO_INSTALLANDUPGRADER_RBINSTALL_TOOLTIP=Seleccionar para instalar una nueva instancia del servidor.

--
Gitblit v1.10.0