--- loncom/interface/loncoursegroups.pm 2008/12/24 07:36:39 1.80.2.4
+++ loncom/interface/loncoursegroups.pm 2009/02/02 13:27:39 1.91
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: loncoursegroups.pm,v 1.80.2.4 2008/12/24 07:36:39 raeburn Exp $
+# $Id: loncoursegroups.pm,v 1.91 2009/02/02 13:27:39 schafran Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -75,11 +75,11 @@ sub handler {
my $crstype = &Apache::loncommon::course_type();
my %functions = (
- email => 'E-mail',
- discussion => 'Discussion boards',
+ communication => 'Send Messages',
+ discussion => 'Discussion Boards',
chat => 'Chat',
- files => 'File repository',
- roster => 'Membership roster',
+ files => 'File Repository',
+ roster => 'Membership Roster',
homepage => $ucgpterm.' home page',
);
@@ -915,11 +915,11 @@ function changeSort(caller) {
result => 'Re-enabled'
);
my %navbuttons = &Apache::lonlocal::texthash(
- gtns => 'Go to next step',
- gtps => 'Go to previous step',
+ gtns => 'Next',#'Go to next step',
+ gtps => 'Previous',#'Go to previous step',
crgr => 'Create '.$gpterm,
- mose => 'Modify settings',
- gtpp => 'Go to previous page',
+ mose => 'Save',#'Modify settings',
+ gtpp => 'Previous',#'Go to previous page',
adme => 'Add members',
);
if ((($action eq 'create') || ($action eq 'modify') || ($action eq 'delete') || ($action eq 'reenable')) &&
@@ -1649,7 +1649,7 @@ END
for (my $i=0; $i<$halfnum; $i++) {
$r->print('
+ &mt($$functions{$allfunctions[$i]}).'
');
}
$r->print('
print('
+ &mt($$functions{$allfunctions[$j]}).'
');
}
if ($remnum) {
@@ -1674,8 +1674,8 @@ END
'.&mt('Granularity:').'
'.$lt{'doyo'}.' ');
if ($action eq 'modify') {
- $r->print(' ('.&mt('Currently set to "[_1]"',
- &mt($$stored{'granularity'})).')');
+ $r->print(' ('.&mt('Currently set to [_1].'
+ ,'"'.&mt($$stored{'granularity'}).'"').')');
}
$r->print('
@@ -1804,7 +1804,7 @@ sub sections_selection {
}
}
my $output = '
-