--- loncom/interface/londocs.pm 2013/05/21 19:05:05 1.549 +++ loncom/interface/londocs.pm 2013/05/21 19:30:11 1.550 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.549 2013/05/21 19:05:05 raeburn Exp $ +# $Id: londocs.pm,v 1.550 2013/05/21 19:30:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2704,7 +2704,7 @@ sub editor { } $to_show .= &Apache::loncommon::start_scrollbox('400px','380px','200px','contentscroll') .'
' - .&mt('Currently no documents.') + .&mt('Currently empty') .'
' .&Apache::loncommon::end_scrollbox(); } @@ -2717,7 +2717,7 @@ sub editor { .''; } else { $to_show = '
' - .&mt('Currently no documents.') + .&mt('Currently empty') .'
' } }