[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm

raeburn raeburn at source.lon-capa.org
Fri May 19 15:20:43 EDT 2017


raeburn		Fri May 19 19:20:43 2017 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  - Facilitate localization.
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.329 loncom/auth/lonroles.pm:1.330
--- loncom/auth/lonroles.pm:1.329	Tue Mar 14 03:40:23 2017
+++ loncom/auth/lonroles.pm	Fri May 19 19:20:42 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.329 2017/03/14 03:40:23 raeburn Exp $
+# $Id: lonroles.pm,v 1.330 2017/05/19 19:20:42 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2065,9 +2065,9 @@
     my ($dcdom,$rowtype) = @_;
     my $output = &Apache::loncommon::continue_data_table_row()
                  .' <td colspan="5" class="LC_textsize_mobile">'
-                 .&mt('[_1]Ad hoc[_2] roles in domain [_3] --'
+                 .&mt('[_1]Ad hoc[_2] roles in domain [_3]'
                      ,'<span class="LC_cusr_emph">','</span>',$dcdom)
-                 .' ';
+                 .' -- ';
     my $role = 'cc';
     my $selectcclink = &courselink($dcdom,$rowtype,$role);
     my $ccrole = &Apache::lonnet::plaintext('co',undef,undef,1);




More information about the LON-CAPA-cvs mailing list