--- rat/lonpageflip.pm 2013/06/18 13:23:37 1.82 +++ rat/lonpageflip.pm 2013/11/28 02:23:25 1.83 @@ -2,7 +2,7 @@ # # Page flip handler # -# $Id: lonpageflip.pm,v 1.82 2013/06/18 13:23:37 bisitz Exp $ +# $Id: lonpageflip.pm,v 1.83 2013/11/28 02:23:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -432,13 +432,16 @@ sub handler { 'explain' => 'You have reached the end of the sequence of materials.', 'back' => 'Go Back', - 'nav' => 'Navigate Course Content', + 'nav' => 'Course Contents', 'wherenext' => 'There are several possibilities of where to go next', 'pick' => 'Please click on the the resource you intend to access', 'titleheader' => 'Title', 'type' => 'Type'); + if (&Apache::loncommon::course_type() eq 'Community') { + $lt{'nav'} = &mt('Community Contents'); + } if ($#possibilities>0) { my $start_page= &Apache::loncommon::start_page('Multiple Resources');