From 672ab71e6a868a65f91df446da587481c8de64ea Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 08 Jan 2010 10:08:58 +0000
Subject: [PATCH] Fix for issue 4466 (provide installer log location in the progress screen) The user is notified of the existence of the log file at the beginning of the 'Details' area in the progress dialog. If an error occurs, the log file is also referenced: the user is asked to provide the log file if (s)he intends to report the error.

---
 opends/src/messages/messages/quicksetup.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index d334066..3eb2160 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -516,6 +516,8 @@
 INFO_GENERAL_LOADING=Loading...
 INFO_GENERAL_NONE=None
 INFO_GENERAL_SEE_FOR_DETAILS=See %s for a detailed log of this operation.
+INFO_GENERAL_PROVIDE_LOG_IN_ERROR=If you want to report this error, provide \
+ the contents of file %s
 INFO_GENERAL_SEE_FOR_HISTORY=See %s for a detailed installation history.
 INFO_GENERAL_SERVER_STARTED=started
 INFO_GENERAL_SERVER_STOPPED=stopped

--
Gitblit v1.10.0