--- loncom/interface/lonnavmaps.pm 2008/11/21 20:31:48 1.418
+++ 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.418 2008/11/21 20:31:48 jms 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";
}
@@ -966,8 +966,8 @@ sub render_resource {
# Is this the current resource?
if (!$params->{'displayedHereMarker'} &&
$resource->symb() eq $params->{'here'} ) {
- $curMarkerBegin = '>';
- $curMarkerEnd = '<';
+ $curMarkerBegin = '>';
+ $curMarkerEnd = '<';
$params->{'displayedHereMarker'} = 1;
}
@@ -1020,7 +1020,7 @@ sub render_communication_status {
if ($msgid) {
$feedbackHTML .= ' '
- . '';
}
}
@@ -1828,7 +1828,7 @@ ENDBLOCK
$result.='}