--- loncom/interface/loncoursequeueadmin.pm 2013/07/24 18:21:39 1.36 +++ loncom/interface/loncoursequeueadmin.pm 2013/12/24 19:15:10 1.38 @@ -1,7 +1,7 @@ # The LearningOnline Network # Utilities to administer domain course requests and course self-enroll requests # -# $Id: loncoursequeueadmin.pm,v 1.36 2013/07/24 18:21:39 bisitz Exp $ +# $Id: loncoursequeueadmin.pm,v 1.38 2013/12/24 19:15:10 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -435,6 +435,7 @@ sub build_queue_display { official => 'Official course', unofficial => 'Unofficial course', community => 'Community', + textbook => 'Textbook course', ); $output .= ''.&mt('Type').''. ''.&mt('Date requested').''. @@ -1843,7 +1844,7 @@ sub process_reqauthor { unless ($env{'environment.canrequest.author'}) { return ''. &mt('You do not currently have rights to request an authoring space.').'
'. - &mt('Please contact the [_1]helpdesk[_2].','', + &mt('Please contact the [_1]helpdesk[_2] for assistance.','', '').'
'; } my $queued = &reqauthor_check();