diff --git a/mod/chat/gui_header_js/users.php b/mod/chat/gui_header_js/users.php index cddab2d9c76..331220754c1 100644 --- a/mod/chat/gui_header_js/users.php +++ b/mod/chat/gui_header_js/users.php @@ -115,9 +115,8 @@ foreach ($chatusers as $chatuser) { ob_start(); echo $OUTPUT->header(); -// TODO MDL-46477 localize the following string. -echo html_writer::tag('div', html_writer::tag('a', 'Refresh link', array('href' => $refreshurl, 'id' => 'refreshLink')), - array('style' => 'display:none')); +echo html_writer::tag('div', html_writer::tag('a', get_string('refresh'), + array('href' => $refreshurl, 'id' => 'refreshLink')), array('style' => 'display:none')); echo html_writer::table($table); echo $OUTPUT->footer();