mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
message MDLSITE-1039 changed the text on the button you click to get to search due to confusion
This commit is contained in:
parent
577bd04bac
commit
1e77f9740a
@ -119,7 +119,7 @@ function message_print_contact_selector($countunreadtotal, $usergroup, $user1, $
|
||||
if ($usergroup == VIEW_CONTACTS) {
|
||||
$managebuttonclass = 'visible';
|
||||
}
|
||||
$strmanagecontacts = get_string('managecontacts','message');
|
||||
$strmanagecontacts = get_string('search','message');
|
||||
echo html_writer::empty_tag('input', array('type'=>'submit','value'=>$strmanagecontacts,'class'=>$managebuttonclass));
|
||||
echo html_writer::end_tag('fieldset');
|
||||
echo html_writer::end_tag('form');
|
||||
|
Loading…
x
Reference in New Issue
Block a user