--- loncom/interface/lonsearchcat.pm 2013/09/01 22:39:39 1.336 +++ loncom/interface/lonsearchcat.pm 2013/09/02 00:00:49 1.337 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.336 2013/09/01 22:39:39 raeburn Exp $ +# $Id: lonsearchcat.pm,v 1.337 2013/09/02 00:00:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2087,7 +2087,7 @@ END # $result.="\n"; my $revise = &revise_button(); $result.='

' - .&mt('There are [_1] matches to your query.',$total_results) + .&mt('Total of [quant,_1,match,matches] to your query.',$total_results) .' '.$revise.'

' .'

'.&mt('Search: ').$pretty_query_string .'

';