--- loncom/interface/statistics/lonstudentassessment.pm 2013/04/11 16:23:36 1.172 +++ loncom/interface/statistics/lonstudentassessment.pm 2013/07/22 18:06:58 1.173 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.172 2013/04/11 16:23:36 bisitz Exp $ +# $Id: lonstudentassessment.pm,v 1.173 2013/07/22 18:06:58 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1121,8 +1121,8 @@ sub excel_initialize { my $too_many_cols_error_message = '

'.&mt('Unable to Complete Request').'

'.$/. '

'.&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.').'

'.$/. - '

'.&mt('You may consider reducing the number of Sequences or Folders you have selected.').'

'.$/. - '

'.&mt('LON-CAPA can produce CSV files of this data or Excel files of the Scores Summary data.').'

'.$/; + '

'.&mt('You may consider reducing the number of [_1]Sequences or Folders[_2] you have selected.','','').'

'.$/. + '

'.&mt('LON-CAPA can produce [_1]CSV[_2] files of this data or Excel files of the [_1]Scores Summary[_2] data.','','').'

'.$/; if ($chosen_output->{'base'} eq 'tries' && $total_columns > 255) { $r->print($too_many_cols_error_message); $request_aborted = 1;