[LON-CAPA-cvs] cvs: loncom /interface lonuserutils.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 29 08:35:32 EDT 2013
raeburn Thu Aug 29 12:35:32 2013 EDT
Modified files:
/loncom/interface lonuserutils.pm
Log:
- Wording change for consistency with change to phrase in de.pm rev. 1.530.
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.153 loncom/interface/lonuserutils.pm:1.154
--- loncom/interface/lonuserutils.pm:1.153 Mon Jul 15 14:55:14 2013
+++ loncom/interface/lonuserutils.pm Thu Aug 29 12:35:32 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Utility functions for managing LON-CAPA user accounts
#
-# $Id: lonuserutils.pm,v 1.153 2013/07/15 14:55:14 bisitz Exp $
+# $Id: lonuserutils.pm,v 1.154 2013/08/29 12:35:32 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2119,7 +2119,7 @@
if ($context eq 'domain' && $env{'form.roletype'} eq 'course') {
$lt{'extent'} = &mt('course(s): description, section(s), status');
} elsif ($context eq 'domain' && $env{'form.roletype'} eq 'community') {
- $lt{'extent'} = &mt('communities: description, section(s), status');
+ $lt{'extent'} = &mt('community(s): description, section(s), status');
} elsif (($context eq 'author') ||
($context eq 'domain' && $env{'form.roletype'} eq 'author')) {
$lt{'extent'} = &mt('author');
More information about the LON-CAPA-cvs
mailing list