@@ -114,7 +114,10 @@ public class ApplicationView extends JFrame implements IView<ApplicationControll
// OutOfMermoryError message
privatestaticfinalStringOOME="<html><body><span style=\"color:red\"><u><big>Salsa encountered a memory error! Unexpected behaviors</big> <i>(freezes, wrong connections, etc.)</i><big> may happen.<br />You should quit and restart Salsa.</u></big></span></body></html>";
privatestaticfinalStringOOME_SIMPLE="Salsa encountered a memory error!";
privatestaticfinalStringOOME_SIMPLE="Salsa encountered a memory error in thread %s";
// Other errors message
privatestaticfinalStringDEFAULT_ERROR="Uncaught exception %s in thread %s";