Fix error message

This commit is contained in:
Vik Paruchuri
2013-01-30 14:36:29 -05:00
parent 1f221133d2
commit f729bf3bb6

View File

@@ -340,7 +340,7 @@ class @CombinedOpenEnded
@file_upload_area.html('<input type="file" class="file-upload-box">')
@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"