From 5574f60917e6d25dbdbd2eeaf124010fdd3eda9f Mon Sep 17 00:00:00 2001 From: zab2 Date: Tue, 8 Jan 2019 11:10:17 +0000 Subject: [PATCH] Make text in Firefox and I2P prompts more descriptive --- changelog.txt | 1 + src/nsis/i2pbrowser-installer.nsi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 98a3ad8..4eb85a4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ 2019-01-08 zab * Rename the output of the windows installer to include version. - current (initial) version is 0.01a +* Change text in prompts for Firefox and I2P locations 2019-01-07 zzz * Remove irrelevant parts of Tor license diff --git a/src/nsis/i2pbrowser-installer.nsi b/src/nsis/i2pbrowser-installer.nsi index 6efd158..22b3eea 100644 --- a/src/nsis/i2pbrowser-installer.nsi +++ b/src/nsis/i2pbrowser-installer.nsi @@ -1,8 +1,8 @@ !define APPNAME "I2PBrowser-Launcher" !define COMPANYNAME "I2P" !define DESCRIPTION "This launches Firefox with a browser profile pre-configured to use i2p" -!define FIREFOX_MESSAGE "Select the location of your Firefox installation." -!define I2P_MESSAGE "Select the location of your i2p installation." +!define FIREFOX_MESSAGE "Could not find Firefox. Please point to where you have installed Firefox. If you have not installed Firefox yet, exit this installer and install Firefox, then start this installer again." +!define I2P_MESSAGE "Could not find I2P. Please point to where you have installed I2P. If you have not installed I2P yet, exit this installer and install I2P, then start this installer again." !define LAUNCH_TEXT "Launch the i2p browser?" !define LICENSE_TITLE "Many Licenses" !define CONSOLE_URL "http://127.0.0.1:7657/home"