[LON-CAPA-cvs] cvs: loncom /interface lonmsgdisplay.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sat, 23 Dec 2006 04:39:33 -0000
albertel Fri Dec 22 23:39:33 2006 EDT
Modified files:
/loncom/interface lonmsgdisplay.pm
Log:
- better for translating
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.54 loncom/interface/lonmsgdisplay.pm:1.55
--- loncom/interface/lonmsgdisplay.pm:1.54 Mon Dec 18 18:09:37 2006
+++ loncom/interface/lonmsgdisplay.pm Fri Dec 22 23:39:32 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging display
#
-# $Id: lonmsgdisplay.pm,v 1.54 2006/12/18 23:09:37 albertel Exp $
+# $Id: lonmsgdisplay.pm,v 1.55 2006/12/23 04:39:32 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -970,7 +970,7 @@
} elsif ($msgstatus eq 'replied') {
$r->print('<h2>'.&mt('You have not replied to any messages in this folder.').'</h2>');
} else {
- $r->print('<h2>'.&mt('There are no [_1] messages in this folder',lc($statushash{$msgstatus})).'</h2>');
+ $r->print('<h2>'.&mt('There are no '.lc($statushash{$msgstatus}).' messages in this folder.').'</h2>');
}
return;
}