From f729bf3bb6c25dc4821c317063aa653062ab153e Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Wed, 30 Jan 2013 14:36:29 -0500 Subject: [PATCH] Fix error message --- .../lib/xmodule/xmodule/js/src/combinedopenended/display.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee b/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee index 3d0dcc29e4..0be1bb9c35 100644 --- a/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee @@ -340,7 +340,7 @@ class @CombinedOpenEnded @file_upload_area.html('') @file_upload_area.show() else - @gentle_alert 'File uploads are not supported in this browser. Try the newest version of google chrome' + @gentle_alert 'File uploads are required for this question, but are not supported in this browser. Try the newest version of google chrome.' hide_file_upload: => if @accept_file_upload == "True"