From e0a2572b96979e9a50786ee3eb34db071a3c5598 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 18 Nov 2014 11:21:21 +0000
Subject: [PATCH] Corrected echo message, ony the settings are made, the GUI is
 not started.

---
 tools/modelsim/set_modelsim | 2 +-
 tools/quartus/set_quartus   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/modelsim/set_modelsim b/tools/modelsim/set_modelsim
index 43bca77759..ec18cb8504 100755
--- a/tools/modelsim/set_modelsim
+++ b/tools/modelsim/set_modelsim
@@ -33,7 +33,7 @@ TARGET=${1:-}
 if [ "${TARGET}" = "" ]; then
   TARGET="default"
 fi
-echo "Start Modelsim GUI for RadioHDL with target: ${TARGET}"
+echo "Make Modelsim and Altera library simulation settings for RadioHDL with target: ${TARGET}"
 
 # Select tool version
 if [ "${TARGET}" = "default" ]; then
diff --git a/tools/quartus/set_quartus b/tools/quartus/set_quartus
index 6ccd26b6ab..cd1e09b375 100755
--- a/tools/quartus/set_quartus
+++ b/tools/quartus/set_quartus
@@ -33,7 +33,7 @@ TARGET=${1:-}
 if [ "${TARGET}" = "" ]; then
   TARGET="default"
 fi
-echo "Start Quartus GUI for RadioHDL with target: ${TARGET}"
+echo "Make Quartus settings for RadioHDL with target: ${TARGET}"
 
 # Select tool version
 if [ "${TARGET}" = "default" ]; then
-- 
GitLab