[LON-CAPA-cvs] cvs: loncom /interface/statistics loncorrectproblemplot.pm
goltermann
goltermann at source.lon-capa.org
Mon May 7 06:12:42 EDT 2012
goltermann Mon May 7 10:12:42 2012 EDT
Modified files:
/loncom/interface/statistics loncorrectproblemplot.pm
Log:
added &mt() for range/count table header
Index: loncom/interface/statistics/loncorrectproblemplot.pm
diff -u loncom/interface/statistics/loncorrectproblemplot.pm:1.27 loncom/interface/statistics/loncorrectproblemplot.pm:1.28
--- loncom/interface/statistics/loncorrectproblemplot.pm:1.27 Thu May 3 11:21:33 2012
+++ loncom/interface/statistics/loncorrectproblemplot.pm Mon May 7 10:12:42 2012
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: loncorrectproblemplot.pm,v 1.27 2012/05/03 11:21:33 goltermann Exp $
+# $Id: loncorrectproblemplot.pm,v 1.28 2012/05/07 10:12:42 goltermann Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -194,7 +194,7 @@
.'</p>'.
&Apache::loncommon::start_data_table().
&Apache::loncommon::start_data_table_header_row().
- "\n".'<th>Range</th><th>Count</th>'."\n".
+ '<th>'.&mt('Range').'</th><th>'.&mt('Count').'</th>'.
&Apache::loncommon::end_data_table_header_row();
my $sum = 0;
while (my $bin = shift(@Bins)) {
More information about the LON-CAPA-cvs
mailing list