JAL-1355
[jalview.git] / src / MCview / PDBfile.java
index 302f3b2..e112b2a 100755 (executable)
@@ -240,7 +240,7 @@ public class PDBfile extends jalview.io.AlignFile
     } catch (OutOfMemoryError er)
     {
       System.out.println("OUT OF MEMORY LOADING PDB FILE");
-      throw new IOException("Out of memory loading PDB File");
+      throw new IOException(MessageManager.getString("exception.outofmemory_loading_pdb_file"));
     } catch (NumberFormatException ex)
     {
       if (line != null)