--- loncom/interface/lonnavmaps.pm 2008/09/11 17:09:48 1.414 +++ loncom/interface/lonnavmaps.pm 2008/10/10 16:07:16 1.415 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.414 2008/09/11 17:09:48 bisitz Exp $ +# $Id: lonnavmaps.pm,v 1.415 2008/10/10 16:07:16 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -236,7 +236,7 @@ sub getDescription { my $maxtries = $res->maxtries($part); my $triesString = ""; if ($tries && $maxtries) { - $triesString = "($tries of $maxtries tries used)"; + $triesString = '('.&mt('[_1] of [_2] tries used',$tries,$maxtries).')'; if ($maxtries > 1 && $maxtries - $tries == 1) { $triesString = "$triesString"; }