[LON-CAPA-cvs] cvs: loncom /interface lonpickauthor.pm
bisitz
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 15 Oct 2008 09:49:52 -0000
bisitz Wed Oct 15 05:49:52 2008 EDT
Modified files:
/loncom/interface lonpickauthor.pm
Log:
Corrected typos (2x "you" missing)
Index: loncom/interface/lonpickauthor.pm
diff -u loncom/interface/lonpickauthor.pm:1.1 loncom/interface/lonpickauthor.pm:1.2
--- loncom/interface/lonpickauthor.pm:1.1 Mon May 19 13:13:06 2008
+++ loncom/interface/lonpickauthor.pm Wed Oct 15 05:49:52 2008
@@ -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 @@
$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');