From bc4a8146f8fea223221aec1062e4e6b86943929c Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Mon, 07 Apr 2008 08:33:44 +0000 Subject: [PATCH] Fix for 3125 (Missing LF in summary of setup --cli) --- opends/src/messages/messages/quicksetup.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index f5c42ca..aa3bf94 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -847,7 +847,7 @@ INFO_REVERT_CONFIRM_PROMPT=This installation will be reverted to version \ %s using the files in %s. INFO_REVIEW_CREATE_BASE_ENTRY_LABEL=Only Create Base Entry (%s) -INFO_REVIEW_CREATE_SUFFIX=Create New Base DN %s. Base DN Data: %s +INFO_REVIEW_CREATE_SUFFIX=Create New Base DN %s.%nBase DN Data: %s INFO_REVIEW_CREATE_SUFFIXES=Create New Base DNs:%n%s.%nBase DN Data: %s INFO_REVIEW_IMPORT_AUTOMATICALLY_GENERATED=Import Automatically-Generated \ Data (%s Entries) -- Gitblit v1.10.0