[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonrss.pm

raeburn raeburn at source.lon-capa.org
Wed Jan 19 19:26:02 EST 2022


raeburn		Thu Jan 20 00:26:02 2022 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	lonrss.pm 
  Log:
  - For 2.11
    Backport 1.62
  
  
Index: loncom/interface/lonrss.pm
diff -u loncom/interface/lonrss.pm:1.53.2.5 loncom/interface/lonrss.pm:1.53.2.6
--- loncom/interface/lonrss.pm:1.53.2.5	Tue Dec 14 03:22:21 2021
+++ loncom/interface/lonrss.pm	Thu Jan 20 00:26:02 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # RSS Feeder
 #
-# $Id: lonrss.pm,v 1.53.2.5 2021/12/14 03:22:21 raeburn Exp $
+# $Id: lonrss.pm,v 1.53.2.6 2022/01/20 00:26:02 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -291,7 +291,7 @@
             if ($showdom eq '') {
                 $showdom = $blockdom;
             }
-            $output .= &mt('This restriction was set by an administrator in the [_1] LON-CAPA domain',$showdom);
+            $output .= &mt('This restriction was set by an administrator in the [_1] LON-CAPA domain.',$showdom);
         } else {
             $output .= &mt('This is because the blog owner is a student in one or more courses in which communication is being blocked.');
         }




More information about the LON-CAPA-cvs mailing list