Merge branch 'Release_2_8_2_Branch' into JAL-429_phylip-file-support
[jalview.git] / src / jalview / util / AWTConsole.java
index 9aaa307..871b480 100644 (file)
@@ -223,8 +223,7 @@ public class AWTConsole extends WindowAdapter implements WindowListener,
       } catch (InterruptedException ie)
       {
       }
-      throw new NullPointerException(
-              "Application test: throwing an NullPointerException It should arrive at the console");
+      throw new NullPointerException(MessageManager.getString("exception.application_test_npe"));
     }
 
   }