message MDLSITE-1039 changed the text on the button you click to get to search due to confusion

This commit is contained in:
Andrew Davis 2010-10-06 07:44:41 +00:00
parent 577bd04bac
commit 1e77f9740a

View File

@ -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');