[LON-CAPA-cvs] cvs: loncom /interface lonmsgdisplay.pm
bisitz
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 08 Oct 2008 14:56:50 -0000
bisitz Wed Oct 8 10:56:50 2008 EDT
Modified files:
/loncom/interface lonmsgdisplay.pm
Log:
Added missing &mt() call
Index: loncom/interface/lonmsgdisplay.pm
diff -u loncom/interface/lonmsgdisplay.pm:1.92 loncom/interface/lonmsgdisplay.pm:1.93
--- loncom/interface/lonmsgdisplay.pm:1.92 Wed Aug 27 04:57:15 2008
+++ loncom/interface/lonmsgdisplay.pm Wed Oct 8 10:56:50 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging display
#
-# $Id: lonmsgdisplay.pm,v 1.92 2008/08/27 08:57:15 raeburn Exp $
+# $Id: lonmsgdisplay.pm,v 1.93 2008/10/08 14:56:50 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1256,7 +1256,7 @@
'atta' => 'Attachment',
);
my %attachmax = (
- text => '(128 KB max size)',
+ text => &mt('(128 KB max size)'),
num => 131072,
);
if (!$forwarding && !$multiforward) {