From e5a9cd50f96c8a96d180280aa1ab32e028cc2538 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Thu, 9 Sep 2010 03:14:32 -0400 Subject: Tweak file size warning --- static/js/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') diff --git a/static/js/pichat.js b/static/js/pichat.js index f7c3bbd..09c7dd6 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -758,7 +758,7 @@ function setupUpload(elementId, roomKey) { var r = $.trim(response); if (r.match(/FILE_TOO_BIG/)) { var maxSize = r.split(" ")[1] / 1024; - alert("Sorry. Your file is just too fucking big. " + alert("Sorry. Your file is just too darn big. " + maxSize + "KB or less please."); return; } else if (r.match(/FILE_NOT_IMAGE/)) { -- cgit v1.2.3-70-g09d2