[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentassessment.pm
raeburn
raeburn at source.lon-capa.org
Sun Dec 16 11:59:34 EST 2012
raeburn Sun Dec 16 16:59:34 2012 EDT
Modified files:
/loncom/interface/statistics lonstudentassessment.pm
Log:
- Fix typo.
Index: loncom/interface/statistics/lonstudentassessment.pm
diff -u loncom/interface/statistics/lonstudentassessment.pm:1.170 loncom/interface/statistics/lonstudentassessment.pm:1.171
--- loncom/interface/statistics/lonstudentassessment.pm:1.170 Tue Oct 2 18:13:30 2012
+++ loncom/interface/statistics/lonstudentassessment.pm Sun Dec 16 16:59:34 2012
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.170 2012/10/02 18:13:30 bisitz Exp $
+# $Id: lonstudentassessment.pm,v 1.171 2012/12/16 16:59:34 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1120,7 +1120,7 @@
}
my $too_many_cols_error_message =
'<h2>'.&mt('Unable to Complete Request').'</h2>'.$/.
- '<p class="_LC_warning">'.&mt('LON-CAPA is unable to produce your Excel spreadsheet because your selections will result in more than 255 columns. Excel allows only 255 columns in a spreadsheet.').'</p>'.$/.
+ '<p class="LC_warning">'.&mt('LON-CAPA is unable to produce your Excel spreadsheet because your selections will result in more than 255 columns. Excel allows only 255 columns in a spreadsheet.').'</p>'.$/.
'<p>'.&mt('You may consider reducing the number of <b>Sequences or Folders</b> you have selected.').'</p>'.$/.
'<p>'.&mt('LON-CAPA can produce <b>CSV</b> files of this data or Excel files of the <b>Scores Summary</b> data.').'</p>'.$/;
if ($chosen_output->{'base'} eq 'tries' && $total_columns > 255) {
More information about the LON-CAPA-cvs
mailing list