[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /interface loncommon.pm

raeburn raeburn@source.lon-capa.org
Thu, 30 Dec 2010 21:56:28 -0000


raeburn		Thu Dec 30 21:56:28 2010 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/interface	loncommon.pm 
  Log:
  - Backport 1.992.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.948.2.20 loncom/interface/loncommon.pm:1.948.2.21
--- loncom/interface/loncommon.pm:1.948.2.20	Thu Dec 30 21:44:51 2010
+++ loncom/interface/loncommon.pm	Thu Dec 30 21:56:28 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.948.2.20 2010/12/30 21:44:51 raeburn Exp $
+# $Id: loncommon.pm,v 1.948.2.21 2010/12/30 21:56:28 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -9091,7 +9091,7 @@
                   &mt('Unable to upload [_1]. (size = [_2] bytes)',
                       '<span class="LC_filename">'.$fname.'</span>',
                       $filesize).'<br />'.
-                  &mt('Either the file you uploaded 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);
     }