--- loncom/interface/loncommon.pm 2008/01/16 20:42:48 1.635 +++ loncom/interface/loncommon.pm 2008/01/21 00:35:58 1.636 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.635 2008/01/16 20:42:48 raeburn Exp $ +# $Id: loncommon.pm,v 1.636 2008/01/21 00:35:58 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -782,10 +782,10 @@ sub helpLatexCheatsheet { } return '
'. $addOther . - &Apache::loncommon::help_open_topic("Greek_Symbols",'Greek Symbols', + &Apache::loncommon::help_open_topic("Greek_Symbols",&mt('Greek Symbols'), undef,undef,600) .''. - &Apache::loncommon::help_open_topic("Other_Symbols",'Other Symbols', + &Apache::loncommon::help_open_topic("Other_Symbols",&mt('Other Symbols'), undef,undef,600) .'
'; }