bug fix in jpred client. TreeViewer display state and gui consistency
[jalview.git] / src / jalview / gui / AlignFrame.java
index 1f04fa3..1183cd8 100755 (executable)
@@ -1069,7 +1069,8 @@ public class AlignFrame extends GAlignFrame
     if(!viewport.alignment.isAligned())
     {
       JOptionPane.showMessageDialog(Desktop.desktop, "The sequences must be aligned before creating a tree.\n"
-                                   +"Try using the Pad function in the edit menu.",
+                                   +"Try using the Pad function in the edit menu,\n"
+                                  +"or one of the multiple sequence alignment web services.",
                                     "Sequences not aligned", JOptionPane.WARNING_MESSAGE);
       return;
     }