JAL-1622 Chimera command timeout increased to 5 secs (+minor changes)
[jalview.git] / src / jalview / jbgui / GSequenceLink.java
index ca0f5ee..ed74f02 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -121,8 +121,8 @@ public class GSequenceLink extends Panel
     JOptionPane
             .showInternalMessageDialog(
                     jalview.gui.Desktop.desktop,
-                    "Sequence URL must contain $SEQUENCE_ID$ or a regex $SEQUENCE_ID=/<regex>/=$",
-                    "URL not valid", JOptionPane.WARNING_MESSAGE);
+                    MessageManager.getString("warn.url_must_contain"),
+                    MessageManager.getString("label.invalid_url"), JOptionPane.WARNING_MESSAGE);
     return false;
   }