[LON-CAPA-cvs] cvs: loncom /interface slotrequest.pm
raeburn
raeburn@source.lon-capa.org
Sun, 29 Mar 2009 18:06:09 -0000
raeburn Sun Mar 29 18:06:09 2009 EDT
Modified files:
/loncom/interface slotrequest.pm
Log:
- Wording change.
"student-reservable" replaces "student-schedulable"
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.93 loncom/interface/slotrequest.pm:1.94
--- loncom/interface/slotrequest.pm:1.93 Sun Mar 29 17:56:43 2009
+++ loncom/interface/slotrequest.pm Sun Mar 29 18:06:09 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for requesting to have slots added to a students record
#
-# $Id: slotrequest.pm,v 1.93 2009/03/29 17:56:43 raeburn Exp $
+# $Id: slotrequest.pm,v 1.94 2009/03/29 18:06:09 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1622,7 +1622,7 @@
my %log=&Apache::lonnet::dump('nohist_'.$cdom.'_'.$cnum.'_slotlog',$udom,$uname);
if ($env{'form.origin'} eq 'aboutme') {
$r->print('<div class="LC_fontsize_large">'.
- &mt('History of student-schedulable slots for: [_1]',
+ &mt('History of student-reservable slots for: [_1]',
&Apache::loncommon::plainname($env{'form.uname'},$env{'form.udom'},
'firstname')).'</div>');
}
@@ -1763,7 +1763,7 @@
$badslot = 1;
} elsif ($slot{type} ne 'schedulable_student') {
my $description = &get_description($env{'form.slotname'},\%slot);
- $r->print('<div class="LC_warning">'.&mt('Reservation history unavailable for non-student-schedulable slot: [_1].',$description).'</div>');
+ $r->print('<div class="LC_warning">'.&mt('Reservation history unavailable for non-student-reservable slot: [_1].',$description).'</div>');
$badslot = 1;
}
}
@@ -1835,7 +1835,7 @@
my %slot=&Apache::lonnet::get_slot($env{'form.slotname'});
my $description = $slot{'description'};
$r->print('<span class="LC_fontsize_large">'.
- &mt('Reservation changes for student-schedulable slot: [_1]',$description).'</span><br />');
+ &mt('Reservation changes for student-reservable slot: [_1]',$description).'</span><br />');
$r->print(&display_filter($formname,$cdom,$cnum,\%curr,$version,\@allsymbs));
my $showntablehdr = 0;