[LON-CAPA-cvs] cvs: loncom /interface lonpickauthor.pm

raeburn raeburn at source.lon-capa.org
Tue Jun 4 18:32:23 EDT 2013


raeburn		Tue Jun  4 22:32:23 2013 EDT

  Modified files:              
    /loncom/interface	lonpickauthor.pm 
  Log:
  - Replace term: "Construction space" with "Authoring space" for
      consistency with type of role used to access it, and action taken there.
  
  
Index: loncom/interface/lonpickauthor.pm
diff -u loncom/interface/lonpickauthor.pm:1.3 loncom/interface/lonpickauthor.pm:1.4
--- loncom/interface/lonpickauthor.pm:1.3	Fri Oct 12 17:00:50 2012
+++ loncom/interface/lonpickauthor.pm	Tue Jun  4 22:32:23 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Display authors in domain for selection of ad loc co-author role by Domain Coordinator. 
 #
-# $Id: lonpickauthor.pm,v 1.3 2012/10/12 17:00:50 raeburn Exp $
+# $Id: lonpickauthor.pm,v 1.4 2013/06/04 22:32:23 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -67,13 +67,13 @@
             if ($dcroles{$env{'form.roledom'}}) {
                 %dom_roles = &Apache::lonnet::get_domain_roles($env{'form.roledom'},['au']);
                 if (keys(%dom_roles) == 0) {
-                    $earlyout = &mt('There are no library servers containing Construction spaces currently in domain: [_1], so you can not assume a co-author role.',$domdesc); 
+                    $earlyout = &mt('There are no library servers containing Authoring spaces currently in domain: [_1], so you can not assume a co-author role.',$domdesc); 
                 }
             } else {
-                $earlyout = &mt('You do not have a domain coordinator role in domain: [_1], so you cannot choose a Construction space for which you can assume a co-author role.',$domdesc);
+                $earlyout = &mt('You do not have a domain coordinator role in domain: [_1], so you cannot choose an Authoring space for which you can assume a co-author role.',$domdesc);
             }
         } else {
-            $earlyout = &mt('You do not have a domain coordinator role, so you cannot choose a Construction space for which you can assume a co-author role.');
+            $earlyout = &mt('You do not have a domain coordinator role, so you cannot choose an Authoring space for which you can assume a co-author role.');
         }
     } else {
         $earlyout = &mt('Invalid domain'); 
@@ -122,7 +122,7 @@
         $r->print('<input type="hidden" name="roledom" value="'.$env{'form.roledom'}.'" />'."\n".
                   '<input type="hidden" name="form" value="'.$env{'form.form'}.'" /></form>');
     } else {
-       $r->print(&mt('There are no author roles currently in domain: [_1], so there are no Construction spaces for which you can assume a co-author role.',$domdesc));
+       $r->print(&mt('There are no author roles currently in domain: [_1], so there are no Authoring spaces for which you can assume a co-author role.',$domdesc));
     }
     $r->print(&Apache::loncommon::end_page());
     return OK;




More information about the LON-CAPA-cvs mailing list