From a4580c827c917060399065858c4a6ba840862020 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 25 Jun 2009 03:32:11 +0000
Subject: [PATCH] Fix for issue 4068'(The Create first instance of base DN to be replicated' option is broken and confusing)

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

diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties
index d8e8801..1f742eb 100644
--- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties
+++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties
@@ -207,9 +207,6 @@
 INFO_CREATE_BASE_ENTRY_TOOLTIP=Only create the top entry for the Directory \
  Base DN
 INFO_CREATE_GLOBAL_ADMINISTRATOR_STEP=Global Administrator
-INFO_CREATE_NEW_SUFFIX_LABEL=Create first instance of base DN to be \
- replicated
-INFO_CREATE_NEW_SUFFIX_TOOLTIP=Check this to create a new base DN.
 # Only translate if the image is specific to the local
 INFO_CURRENT_STEP_ICON=images/currentstep.png
 INFO_CURRENT_STEP_ICON_DESCRIPTION=Current Step Indicator.
@@ -816,10 +813,6 @@
 INFO_REMOTE_SERVER_PWD_TOOLTIP=The password of an administrator in the OpenDS \
  you want to replicate data with.
 INFO_REMOTE_SERVER_REPLICATION_PORT=%s - To be configured on remote server %s
-INFO_REPLICATE_WITH_SUFFIXES_LABEL=Create local instance of existing base DNs \
- and configure replication:
-INFO_REPLICATE_WITH_SUFFIXES_TOOLTIP=Check this to Create Base DNs whose \
- Contents are replicated with Existing Base DNs.
 INFO_REPLICATED_SERVER_LABEL=This server will be part of a replication \
  topology
 INFO_REPLICATED_SERVER_TOOLTIP=Check this if you want to replicate the data \
@@ -981,8 +974,8 @@
 INFO_SUFFIXES_STEP=Data Replication
 INFO_SUFFIXES_TO_REPLICATE_DN_TOOLTIP=The Distinguished Name (DN) of the base \
  DN to replicate.
-INFO_SUFFIXES_TO_REPLICATE_PANEL_INSTRUCTIONS=Choose whether to create base \
- DNs as defined on remote servers or to create a new base DN.
+INFO_SUFFIXES_TO_REPLICATE_PANEL_INSTRUCTIONS=Choose the base DNs that you \
+ want to create and whose contents will be replicated with the remote servers.
 INFO_SUFFIXES_TO_REPLICATE_PANEL_TITLE=Data Replication
 INFO_SUMMARY_CANCELING=Canceling...
 INFO_SUMMARY_CONFIGURING=Configuring Directory Server...

--
Gitblit v1.10.0