[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /interface loncommon.pm
raeburn
raeburn@source.lon-capa.org
Sat, 28 May 2011 00:02:39 -0000
raeburn Sat May 28 00:02:39 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/interface loncommon.pm
Log:
- Backport 1.1007.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.948.2.28 loncom/interface/loncommon.pm:1.948.2.29
--- loncom/interface/loncommon.pm:1.948.2.28 Fri May 27 19:31:50 2011
+++ loncom/interface/loncommon.pm Sat May 28 00:02:38 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.948.2.28 2011/05/27 19:31:50 raeburn Exp $
+# $Id: loncommon.pm,v 1.948.2.29 2011/05/28 00:02:38 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9106,7 +9106,7 @@
&mt('Unable to upload [_1]. (size = [_2] bytes)',
'<span class="LC_filename">'.$fname.'</span>',
$filesize).'<br />'.
- &mt('Either the file you attempted to upload was empty, or your web browser was unable to read its contents.').'<br />';
+ &mt('Either the file you attempted to upload was empty, or your web browser was unable to read its contents.').'<br />'.
'</span>';
return ('zero_bytes',$msg);
}