message MDLSITE-1039 changed the text on the button you click to get to search due...
authorAndrew Davis <andrew@affinitysoftware.net>
Wed, 6 Oct 2010 07:44:41 +0000 (07:44 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Wed, 6 Oct 2010 07:44:41 +0000 (07:44 +0000)
message/lib.php

index a4d64e2..80cda1b 100644 (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');