--- loncom/publisher/lonunauthorized.pm 2011/11/14 02:12:42 1.12 +++ loncom/publisher/lonunauthorized.pm 2011/11/14 15:51:55 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # Unauthorized to access construction space # -# $Id: lonunauthorized.pm,v 1.12 2011/11/14 02:12:42 raeburn Exp $ +# $Id: lonunauthorized.pm,v 1.13 2011/11/14 15:51:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -155,7 +155,7 @@ sub handler { if ($warning) { if (($action eq 'diff') && ($option ne 'cstr')) { $r->print('

'. - $deniedactions{$action}.'

' + $deniedactions{$action}.'

'. &mt('You do not have privileges to view the published resource').' '. ''.$filename.''. '

');