[LON-CAPA-cvs] cvs: loncom /interface loncoursegroups.pm

raeburn raeburn at source.lon-capa.org
Mon Dec 17 12:27:20 EST 2012


raeburn		Mon Dec 17 17:27:20 2012 EDT

  Modified files:              
    /loncom/interface	loncoursegroups.pm 
  Log:
  - Localization: move HTML mark-up out of &mt().
  
  
Index: loncom/interface/loncoursegroups.pm
diff -u loncom/interface/loncoursegroups.pm:1.115 loncom/interface/loncoursegroups.pm:1.116
--- loncom/interface/loncoursegroups.pm:1.115	Thu Oct  4 13:41:10 2012
+++ loncom/interface/loncoursegroups.pm	Mon Dec 17 17:27:20 2012
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: loncoursegroups.pm,v 1.115 2012/10/04 13:41:10 bisitz Exp $
+# $Id: loncoursegroups.pm,v 1.116 2012/12/17 17:27:20 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2259,11 +2259,12 @@
                 "for users who receive specific sections/roles in the course ",
       'asyo' => "As you have chosen not to include any collaborative tools ".
                 "in the group, no default optional privileges need to be set.",
-      'plin' => 'Indicate which <b>optional</b> privileges members '.
                 'will receive by default for a specific tool.',
       'oppr' => 'Optional privileges',
       'defp' => 'The default privileges new members will receive are:', 
     );
+    $lt{'plin'} = &mt('Indicate which [_1]optional[_2] privileges members '.
+                      'will receive by default for a specific tool.','<b>','</b>');
     if ($crstype eq 'Community') {
         $lt{'thes'} = &mt('These will be the privileges given to members assigned in the future via automatic group assignment for users who receive specific sections/roles in the community '); 
     }




More information about the LON-CAPA-cvs mailing list