From e9b3044eb0d0a267b7261d8d32f17bb885081a0b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 03 Sep 2009 13:49:44 +0000
Subject: [PATCH] Fix some typos and fix a wrongly formatted label in the license panel of the setup.

---
 opends/src/messages/messages/quicksetup.properties             |    5 +++--
 opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java |    4 ++--
 opends/src/quicksetup/org/opends/quicksetup/util/Utils.java    |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index c15fc2d..b27eff9 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -1324,8 +1324,9 @@
 INFO_LICENSE_PANEL_TITLE=License
 INFO_LICENSE_PANEL_WEBSTART_INSTRUCTIONS=bla bla
 INFO_LICENSE_STEP=License
-INFO_LICENSE_DETAILS_LABEL=Please read the following License Agreement.\n\
- You must accept the terms of the agreement before continuing with the installation.
+INFO_LICENSE_DETAILS_LABEL=<html>Please read the following License Agreement.\
+ <br>You must accept the terms of the agreement before continuing with the \
+ installation.
 INFO_LICENSE_CLICK_LABEL=Click to accept
 INFO_LICENSE_CLI_ACCEPT_QUESTION=Accept the license (%s/%s) [%s]:
 INFO_LICENSE_CLI_ACCEPT_YES=Yes
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java b/opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java
index 7b80adb..89d196d 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2006-2008 Sun Microsystems, Inc.
+ *      Copyright 2006-2009 Sun Microsystems, Inc.
  */
 
 package org.opends.quicksetup.ui;
@@ -102,7 +102,7 @@
   }
 
   /**
-   * Updates the visiblitiy of the steps depending on the current contents
+   * Updates the visibility of the steps depending on the current contents
    * of the panels (uses the QuickSetup to know what is displayed in the
    * panels).
    *
diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index e77eb9e..d7995e9 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -1559,7 +1559,7 @@
   }
 
   /**
-   * Converts existing HTML break tags to native line sparators.
+   * Converts existing HTML break tags to native line separators.
    * @param s string to convert
    * @return converted string
    */

--
Gitblit v1.10.0