Diff for /loncom/interface/lonnavmaps.pm between versions 1.415.2.1 and 1.415.2.2

version 1.415.2.1, 2008/12/12 21:24:58 version 1.415.2.2, 2008/12/12 22:27:20
Line 236  sub getDescription { Line 236  sub getDescription {
         my $maxtries = $res->maxtries($part);          my $maxtries = $res->maxtries($part);
         my $triesString = "";          my $triesString = "";
         if ($tries && $maxtries) {          if ($tries && $maxtries) {
             $triesString = '<font size="-1"><i>('.&mt('[_1] of [quant,_2,try,tries] tries used',$tries,$maxtries).')</i></font>';              $triesString = '<font size="-1"><i>('.&mt('[_1] of [quant,_2,try,tries] used',$tries,$maxtries).')</i></font>';
             if ($maxtries > 1 && $maxtries - $tries == 1) {              if ($maxtries > 1 && $maxtries - $tries == 1) {
                 $triesString = "<b>$triesString</b>";                  $triesString = "<b>$triesString</b>";
             }              }

Removed from v.1.415.2.1  
changed lines
  Added in v.1.415.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>