JAL-747 - made warning message friendlier and more informative
authorjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 16 Sep 2011 15:56:14 +0000 (16:56 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 16 Sep 2011 15:56:14 +0000 (16:56 +0100)
src/jalview/gui/Jalview2XML.java

index b899ae9..a9827d4 100644 (file)
@@ -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);
               }
             }