--- loncom/interface/lonpickauthor.pm 2008/05/19 17:13:06 1.1 +++ loncom/interface/lonpickauthor.pm 2008/10/15 09:49:52 1.2 @@ -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.1 2008/05/19 17:13:06 raeburn Exp $ +# $Id: lonpickauthor.pm,v 1.2 2008/10/15 09:49:52 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -66,10 +66,10 @@ sub handler { $earlyout = &mt('There are no library servers containing Construction 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 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 a Construction space for which you can assume a co-author role.',$domdesc); } } else { - $earlyout = &mt('You do not have a domain coordinator role, so 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 a Construction space for which you can assume a co-author role.'); } } else { $earlyout = &mt('Invalid domain');