[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [torbrowser/master] [Linux] Use $complain_dialog_title for generality



commit 0ff817026165eafa966e83ea767124a44a792c13
Author: Robert Ransom <rransom.8774@xxxxxxxxx>
Date:   Fri Aug 26 03:50:53 2011 -0400

    [Linux] Use $complain_dialog_title for generality
    (cherry picked from commit 0b1c288a7f7d41dcaeb76ee6cc14e10481d121c2)
---
 src/RelativeLink/RelativeLink.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 8013f38..a1a1510 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -12,7 +12,7 @@ complain_dialog_title="Tor Browser Bundle"
 # First, make sure DISPLAY is set.  If it isn't, we're hosed; scream
 # at stderr and die.
 if [ "x$DISPLAY" = "x" ]; then
-	echo "The Tor Browser Bundle for Linux must be run within the X Window System." >&2
+	echo "$complain_dialog_title must be run within the X Window System." >&2
 	echo "Exiting." >&2
 	exit 1
 fi



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits