--- loncom/interface/loncommon.pm 2011/05/27 19:31:50 1.948.2.28 +++ loncom/interface/loncommon.pm 2011/05/28 00:02:38 1.948.2.29 @@ -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 @@ sub check_for_upload { &mt('Unable to upload [_1]. (size = [_2] bytes)', ''.$fname.'', $filesize).'
'. - &mt('Either the file you attempted to upload was empty, or your web browser was unable to read its contents.').'
'; + &mt('Either the file you attempted to upload was empty, or your web browser was unable to read its contents.').'
'. ''; return ('zero_bytes',$msg); }