[LON-CAPA-cvs] cvs: rat / lonpageflip.pm lonsequence.pm
raeburn
raeburn at source.lon-capa.org
Wed Nov 27 21:23:25 EST 2013
raeburn Thu Nov 28 02:23:25 2013 EDT
Modified files:
/rat lonsequence.pm lonpageflip.pm
Log:
- Wording changes -- differentiate between Course and Community; eliminate
"Navigate".
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.43 rat/lonsequence.pm:1.44
--- rat/lonsequence.pm:1.43 Wed Dec 19 05:21:13 2012
+++ rat/lonsequence.pm Thu Nov 28 02:23:25 2013
@@ -2,7 +2,7 @@
#
# Sequence Handler
#
-# $Id: lonsequence.pm,v 1.43 2012/12/19 05:21:13 raeburn Exp $
+# $Id: lonsequence.pm,v 1.44 2013/11/28 02:23:25 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -305,8 +305,11 @@
my %lt =&Apache::lonlocal::texthash(
'nere' => 'Next resource could not be displayed',
'goba' => 'Go Back',
- 'nacc' => 'Navigate Course Content',
+ 'nacc' => 'Course Contents',
);
+ if (&Apache::loncommon::course_type() eq 'Community') {
+ $lt{'nav'} = &mt('Community Contents');
+ }
my $warnmsg;
if ($arrow_dir eq 'forward') {
$warnmsg = &mt('As all folders and sequences '
Index: rat/lonpageflip.pm
diff -u rat/lonpageflip.pm:1.82 rat/lonpageflip.pm:1.83
--- rat/lonpageflip.pm:1.82 Tue Jun 18 13:23:37 2013
+++ rat/lonpageflip.pm Thu Nov 28 02:23:25 2013
@@ -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 @@
'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');
More information about the LON-CAPA-cvs
mailing list