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 */