--- loncom/interface/loncommon.pm 2003/10/04 23:47:44 1.125 +++ loncom/interface/loncommon.pm 2003/10/05 00:44:44 1.126 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.125 2003/10/04 23:47:44 www Exp $ +# $Id: loncommon.pm,v 1.126 2003/10/05 00:44:44 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1512,7 +1512,7 @@ sub languagedescription { my $code=shift; return ($supported_language{$code}?'* ':''). $language{$code}. - ($supported_language{$code}?' ['.&mt('interface available').']':''); + ($supported_language{$code}?' ('.&mt('interface available').')':''); } =pod