--- loncom/publisher/testbankimport.pm 2013/04/11 14:59:58 1.38
+++ loncom/publisher/testbankimport.pm 2013/06/07 16:07:49 1.40
@@ -1,5 +1,5 @@
# Handler for parsing text upload problem descriptions into .problems
-# $Id: testbankimport.pm,v 1.38 2013/04/11 14:59:58 bisitz Exp $
+# $Id: testbankimport.pm,v 1.40 2013/06/07 16:07:49 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -487,7 +487,7 @@ sub display_zero {
my ($r,$fn,$page,$webpath) = @_;
my $go_default = 'NextPage';
if ($fn eq '') {
- $r->print(''.&mt('Incomplete file upload').' '.&mt('Return to the [_1]construction space menu[_2] to upload a file','',''));
+ $r->print(''.&mt('Incomplete file upload').' '.&mt('Return to the [_1]Authoring Space menu[_2] to upload a file','',''));
}
$r->print(&mt('The [_1]Testbank Upload[_2] utility can be used by LON-CAPA authors to generate LON-CAPA problem files from a testbank file of questions/answers.','','').'
'.
&mt('The following question types can be converted:').'
@@ -1776,7 +1776,7 @@ sub print_header {
my ($uname,$udom,$javascript,$loadentries,$title,$current_page,$pagesref,
$namesref) = @_;
my $brcrum = [{'href' => &Apache::loncommon::authorspace("/priv/$udom/$uname/"),
- 'text' => 'Construction Space'}];
+ 'text' => 'Authoring Space'}];
if ($env{'form.phase'} eq 'three') {
if (ref($pagesref) eq 'ARRAY') {
for (my $i=0; $i<$current_page; $i++) {
@@ -1838,7 +1838,7 @@ sub handler {
my $page_name = '';
my $current_page = '';
my $qcount = '';
- my $title = 'Upload testbank questions to Construction Space';
+ my $title = 'Upload testbank questions to Authoring Space';
# ----------------------------------------------------------- Start page output
&Apache::loncommon::content_type($r,'text/html');