This commit is contained in:
Nicholas O'Leary
2013-09-06 21:03:51 +01:00
parent b8f82fd9ae
commit 3255ae4187
2 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@
RED.view.redraw();
} else {
if (resp) {
RED.notify("<strong>Error</strong>: unexpected response : "+resp,"error");
RED.notify("<strong>Error</strong>: unexpected response: "+resp,"error");
} else {
RED.notify("<strong>Error</strong>: no response from server","error");
}