From: Alan Knowles Date: Fri, 22 Oct 2010 11:08:17 +0000 (+0800) Subject: Pman.Request.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b230f4370d78d7a11c8fc34cb0e31b01984f1d02 Pman.Request.js --- diff --git a/Pman.Request.js b/Pman.Request.js index 6aa40aa0..3eb8b973 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -105,7 +105,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { var decode = this.processResponse(response); Roo.MessageBox.hide(); // hide any existing messages.. - Roo.MessageBox.alert("Error", "Error Sending" + decode.errorMsg); + Roo.MessageBox.alert("Error", "Error Sending: " + decode.errorMsg); } } }); \ No newline at end of file