JAL-1443 bugfix to prevent loading of unidentifiable gibberish data
[jalview.git] / src / jalview / io / FileLoader.java
index 3aded05..73c10df 100755 (executable)
@@ -265,11 +265,12 @@ public class FileLoader implements Runnable
       {
         Desktop.instance.stopLoading();
         System.err.println("The input file \"" + file
-                + "\" has no data content!");
+                + "\" has null or unidentifiable data content!");
         if (!Jalview.isHeadlessMode())
         {
-          JOptionPane.showMessageDialog(null, "The input file \""
-                  + file + "\" has no data content!", "Empty data file",
+          JOptionPane.showMessageDialog(null, "The input file \"" + file
+                  + "\" has null or unidentifiable data content!",
+                  "Empty data file",
                   JOptionPane.ERROR_MESSAGE);
         }
         return;