[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
raeburn
raeburn@source.lon-capa.org
Fri, 27 May 2011 22:58:14 -0000
raeburn Fri May 27 22:58:14 2011 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- Concatenator needed instead of ;
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1006 loncom/interface/loncommon.pm:1.1007
--- loncom/interface/loncommon.pm:1.1006 Fri May 27 18:36:51 2011
+++ loncom/interface/loncommon.pm Fri May 27 22:58:13 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1006 2011/05/27 18:36:51 raeburn Exp $
+# $Id: loncommon.pm,v 1.1007 2011/05/27 22:58:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9007,7 +9007,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);
}