From ceef7ba098240a8b10aee4f36d1653795652481c Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 27 Apr 2007 14:51:31 +0000
Subject: [PATCH] Move some of the panels specific of the installer to the package org.opends.quicksetup.installer.ui.

---
 opends/src/statuspanel/org/opends/statuspanel/StatusCli.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java b/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java
index 8f3e675..e1dbac3 100644
--- a/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java
+++ b/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java
@@ -940,7 +940,7 @@
       labelWidth = Math.max(labelWidth, labels[i].length());
     }
 
-    String synchronizedLabel = getMsg("suffix-synchronized-label", false);
+    String replicatedLabel = getMsg("suffix-replicated-label", false);
     for (int i=0; i<tableModel.getRowCount(); i++)
     {
       if (i > 0)
@@ -1007,7 +1007,7 @@
         {
           // If the suffix is not replicated we do not have to display these
           // lines.
-          if (!synchronizedLabel.equals(tableModel.getValueAt(i, 3)))
+          if (!replicatedLabel.equals(tableModel.getValueAt(i, 3)))
           {
             doWrite = false;
           }

--
Gitblit v1.10.0