[LON-CAPA-cvs] cvs: loncom /homework grades.pm
foxr
foxr@source.lon-capa.org
Mon, 03 May 2010 10:51:23 -0000
foxr Mon May 3 10:51:23 2010 EDT
Modified files:
/loncom/homework grades.pm
Log:
Correct pop up error message.. no longer Browse button but Choose File button.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.633 loncom/homework/grades.pm:1.634
--- loncom/homework/grades.pm:1.633 Tue Apr 27 13:18:04 2010
+++ loncom/homework/grades.pm Mon May 3 10:51:22 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.633 2010/04/27 13:18:04 www Exp $
+# $Id: grades.pm,v 1.634 2010/05/03 10:51:22 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3861,7 +3861,7 @@
}
sub checkforfile_js {
- my $alertmsg = &mt('Please use the browse button to select a file from your local directory.');
+ my $alertmsg = &mt('Please use the "Choose File" button to select a file from your local directory.');
my $result = &Apache::lonhtmlcommon::scripttag(<<CSVFORMJS);
function checkUpload(formname) {
if (formname.upfile.value == "") {