changeset 859:16cbfb3e7cd4

Change error message box title.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 10:29:54 +0200
parents fa12a996e86b
children bb4a6967ccdd
files ajax.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ajax.js	Wed Nov 26 10:29:40 2014 +0200
+++ b/ajax.js	Wed Nov 26 10:29:54 2014 +0200
@@ -65,7 +65,7 @@
 
 function jsErrorMessageBox(msg)
 {
-  jsMessageBox("<h1>An error occured</h1><div>"+msg+"</div>");
+  jsMessageBox("<h1>Error!</h1><div>"+msg+"</div>");
 }