--- loncom/interface/lonnavmaps.pm 2008/12/12 21:24:58 1.415.2.1
+++ loncom/interface/lonnavmaps.pm 2008/12/12 22:27:20 1.415.2.2
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Navigate Maps Handler
#
-# $Id: lonnavmaps.pm,v 1.415.2.1 2008/12/12 21:24:58 raeburn Exp $
+# $Id: lonnavmaps.pm,v 1.415.2.2 2008/12/12 22:27:20 raeburn 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 = '('.&mt('[_1] of [quant,_2,try,tries] tries used',$tries,$maxtries).')';
+ $triesString = '('.&mt('[_1] of [quant,_2,try,tries] used',$tries,$maxtries).')';
if ($maxtries > 1 && $maxtries - $tries == 1) {
$triesString = "$triesString";
}