[LON-CAPA-cvs] cvs: loncom /interface/spreadsheet studentcalc.pm
bisitz
bisitz at source.lon-capa.org
Wed Feb 12 11:55:37 EST 2014
bisitz Wed Feb 12 16:55:37 2014 EDT
Modified files:
/loncom/interface/spreadsheet studentcalc.pm
Log:
Internationalization: Added missing &mt() call
Index: loncom/interface/spreadsheet/studentcalc.pm
diff -u loncom/interface/spreadsheet/studentcalc.pm:1.45 loncom/interface/spreadsheet/studentcalc.pm:1.46
--- loncom/interface/spreadsheet/studentcalc.pm:1.45 Mon Jun 14 01:30:54 2010
+++ loncom/interface/spreadsheet/studentcalc.pm Wed Feb 12 16:55:36 2014
@@ -1,5 +1,5 @@
#
-# $Id: studentcalc.pm,v 1.45 2010/06/14 01:30:54 raeburn Exp $
+# $Id: studentcalc.pm,v 1.46 2014/02/12 16:55:36 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -307,7 +307,7 @@
} else {
$row_output .= '<td><a href="'.$resource->src.'?symb='.
&escape($resource->symb).
- '">Go To</a>';
+ '"><span class="LC_nobreak">'.&mt('Go To').'</span></a>';
$row_output .= '</td><td>'.$resource->compTitle.'</td>';
}
if ($self->blackout() && $self->{'blackout_rows'}->{$rownum}>0) {
More information about the LON-CAPA-cvs
mailing list