Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
577bd04
)
message MDLSITE-1039 changed the text on the button you click to get to search due...
author
Andrew Davis
<andrew@affinitysoftware.net>
Wed, 6 Oct 2010 07:44:41 +0000
(07:44 +0000)
committer
Andrew Davis
<andrew@affinitysoftware.net>
Wed, 6 Oct 2010 07:44:41 +0000
(07:44 +0000)
message/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/message/lib.php
b/message/lib.php
index
a4d64e2
..
80cda1b
100644
(file)
--- a/
message/lib.php
+++ b/
message/lib.php
@@
-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');