--- loncom/homework/inputtags.pm 2013/06/07 20:31:50 1.318 +++ loncom/homework/inputtags.pm 2013/07/24 18:21:42 1.319 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.318 2013/06/07 20:31:50 raeburn Exp $ +# $Id: inputtags.pm,v 1.319 2013/07/24 18:21:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -647,7 +647,7 @@ sub file_selector { &mt('Allowed filetypes: [_1]',''.$uploadedfiletypes.'').'
'; } if ($maxfilesize) { - $constraints .= &mt('Combined size of all files not to exceed: [_1] MB[_2].', + $constraints .= &mt('Combined size of all files not to exceed: [_1] MB.', ''.$maxfilesize.'').'
'; } if ($constraints) {