JAL-1355
[jalview.git] / src / jalview / io / PfamFile.java
index 361b47f..7d4baa2 100755 (executable)
@@ -100,7 +100,7 @@ public class PfamFile extends AlignFile
 
     if (noSeqs < 1)
     {
-      throw new IOException("No sequences found (PFAM input)");
+      throw new IOException(MessageManager.getString("exception.pfam_no_sequences_found"));
     }
 
     for (i = 0; i < headers.size(); i++)