--- loncom/auth/lonroles.pm 2017/05/19 19:20:42 1.330 +++ loncom/auth/lonroles.pm 2017/05/19 19:47:40 1.331 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.330 2017/05/19 19:20:42 raeburn Exp $ +# $Id: lonroles.pm,v 1.331 2017/05/19 19:47:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2095,9 +2095,9 @@ sub adhoc_customroles_row { if (scalar(keys(%{$domdefaults{'adhocroles'}})) > 0) { return &Apache::loncommon::continue_data_table_row() .' ' - .&mt('[_1]Ad hoc[_2] course/community roles in domain [_3] --', + .&mt('[_1]Ad hoc[_2] course/community roles in domain [_3]', '','',$dhdom) - .' '.&courselink($dhdom,$rowtype,$role); + .' -- '.&courselink($dhdom,$rowtype,$role); } } return;