--- loncom/interface/lonnavmaps.pm 2008/12/04 08:56:28 1.419
+++ loncom/interface/lonnavmaps.pm 2008/12/12 20:33:39 1.422
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Navigate Maps Handler
#
-# $Id: lonnavmaps.pm,v 1.419 2008/12/04 08:56:28 tempelho Exp $
+# $Id: lonnavmaps.pm,v 1.422 2008/12/12 20:33:39 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -670,7 +670,7 @@ sub getDescription {
my $maxtries = $res->maxtries($part);
my $triesString = "";
if ($tries && $maxtries) {
- $triesString = '('.&mt('[_1] of [_2] tries used',$tries,$maxtries).')';
+ $triesString = '('.&mt('[_1] of [quant,_2,try,tries] used',$tries,$maxtries).')';
if ($maxtries > 1 && $maxtries - $tries == 1) {
$triesString = "$triesString";
}
@@ -1020,7 +1020,7 @@ sub render_communication_status {
if ($msgid) {
$feedbackHTML .= ' '
- . '';
}
}
@@ -1828,7 +1828,7 @@ ENDBLOCK
$result.='}