From 08d4e85e2ecc86936053264ec7d4e32eba8b81ff Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 9 Nov 2009 17:15:02 +0000 Subject: [PATCH] more spin on GA prompt --- src/jalview/bin/Jalview.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index 1171c84..422fb68 100755 --- a/src/jalview/bin/Jalview.java +++ b/src/jalview/bin/Jalview.java @@ -416,7 +416,7 @@ public class Jalview jalview.gui.PromptUserConfig prompter = new jalview.gui.PromptUserConfig(desktop.desktop,"USAGESTATS", "Jalview Usage Statistics", "Do you want to help make Jalview better by enabling " +"the collection of usage statistics with Google Analytics ?" - +"\n\n(if you press cancel, you will be asked again next time)", + +"\n\n(you can enable or disable usage tracking in the preferences)", new Runnable() { public void run() { -- 1.7.10.2