[LON-CAPA-cvs] cvs: loncom /interface lonwhatsnew.pm
raeburn
lon-capa-cvs@mail.lon-capa.org
Wed, 19 Jul 2006 22:01:40 -0000
raeburn Wed Jul 19 18:01:40 2006 EDT
Modified files:
/loncom/interface lonwhatsnew.pm
Log:
Remove the term 'group' as all course entities will be called courses (standard and non-standard will be used to differentiate modes of use).
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.59 loncom/interface/lonwhatsnew.pm:1.60
--- loncom/interface/lonwhatsnew.pm:1.59 Sat Jun 3 17:28:07 2006
+++ loncom/interface/lonwhatsnew.pm Wed Jul 19 18:01:37 2006
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.59 2006/06/03 21:28:07 albertel Exp $
+# $Id: lonwhatsnew.pm,v 1.60 2006/07/19 22:01:37 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -256,7 +256,7 @@
'Group' => 'members',
);
my %lt = &Apache::lonlocal::texthash(
- 'yacc' => 'You are accessing an invalid course or group',
+ 'yacc' => 'You are accessing an invalid course',
'gtfr' => 'Go to first resource',
'hial' => 'Hide all',
'shal' => 'Show all',
@@ -319,7 +319,7 @@
$r->print(&mt('Page set to be displayed after you have selected a role in this '.$lctype).
'. <nobr>'.&mt('Currently: <i>[_1]</i>',$currinit).'. '.
&mt('<b>Change</b> for just <a href="/adm/whatsnew?command=courseinit&refpage=[_1]">this '.$lctype.'</a>',$refpage).' '.
- &mt('or for all <a href="/adm/preferences?action=changecourseinit&refpage=[_1]">your courses/groups</a>',$refpage).'</nobr><br /><hr />');
+ &mt('or for all <a href="/adm/preferences?action=changecourseinit&refpage=[_1]">your courses</a>',$refpage).'</nobr><br /><hr />');
if ($command eq 'reset') {
$result = &process_reset($cdom,$crs);