[LON-CAPA-cvs] cvs: loncom /interface lonsyllabus.pm
raeburn
raeburn at source.lon-capa.org
Thu Oct 3 08:45:14 EDT 2013
raeburn Thu Oct 3 12:45:14 2013 EDT
Modified files:
/loncom/interface lonsyllabus.pm
Log:
- Fix typo.
Index: loncom/interface/lonsyllabus.pm
diff -u loncom/interface/lonsyllabus.pm:1.134 loncom/interface/lonsyllabus.pm:1.135
--- loncom/interface/lonsyllabus.pm:1.134 Sat Sep 21 23:44:46 2013
+++ loncom/interface/lonsyllabus.pm Thu Oct 3 12:45:14 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Syllabus
#
-# $Id: lonsyllabus.pm,v 1.134 2013/09/21 23:44:46 raeburn Exp $
+# $Id: lonsyllabus.pm,v 1.135 2013/10/03 12:45:14 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -410,7 +410,7 @@
}
$rsslinktext = &mt('Manage Course RSS Feeds/Blogs');
if ($crstype eq 'Community') {
- $rsslinktext = &mt('Manage Communiity RSS Feeds/Blogs');
+ $rsslinktext = &mt('Manage Community RSS Feeds/Blogs');
}
}
my $editurl= &Apache::lonnet::absolute_url().'/adm/'.$cdom.'/'.$cnum.'/_rss.html';
More information about the LON-CAPA-cvs
mailing list