From ff4d98fbde57ca9dea2fc607d36d80a00963746d Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 16 Sep 2011 16:56:14 +0100 Subject: [PATCH] JAL-747 - made warning message friendlier and more informative --- src/jalview/gui/Jalview2XML.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/gui/Jalview2XML.java b/src/jalview/gui/Jalview2XML.java index b899ae9..a9827d4 100644 --- a/src/jalview/gui/Jalview2XML.java +++ b/src/jalview/gui/Jalview2XML.java @@ -2648,7 +2648,7 @@ public class Jalview2XML } else { - errorMessage = ("The Jmol views in the Jalview 2 project may\nnot be correctly bound to sequences in the alignment.\nIn the case of problems, see note at\nhttp://issues.jalview.org/browse/JAL-747"); + errorMessage = ("The Jmol views in this project were imported\nfrom an older version of Jalview.\nPlease review the sequence colour associations\nin the Colour by section of the Jmol View menu.\n\nIn the case of problems, see note at\nhttp://issues.jalview.org/browse/JAL-747"); warn(errorMessage); } } -- 1.7.10.2