Fixed a typo

This commit is contained in:
moodler
2004-07-30 15:48:02 +00:00
parent c031bddd2c
commit d90de21cfc
+1 -1
View File
@@ -7,7 +7,7 @@
<?php
unset($options);
$options['header_js'] = get_string('methodnormal', 'chat');
$options['socket'] = get_string('methoddaemon', 'chat');
$options['sockets'] = get_string('methoddaemon', 'chat');
choose_from_menu ($options, "chat_method", $CFG->chat_method, "", "", "");
?>
</td>