mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
03.49.2009 e9b3044eb0d0a267b7261d8d32f17bb885081a0b
Fix some typos and fix a wrongly formatted label in the license panel of the setup.

3 files modified
11 ■■■■ changed files
opends/src/messages/messages/quicksetup.properties 5 ●●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java 4 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 2 ●●● patch | view | raw | blame | history
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
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).
   *
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
   */