]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a typo
authormoodler <moodler>
Fri, 30 Jul 2004 15:48:02 +0000 (15:48 +0000)
committermoodler <moodler>
Fri, 30 Jul 2004 15:48:02 +0000 (15:48 +0000)
mod/chat/config.html

index a91a6306b3d2e9b54315f2e0acf220febdecceda..898db8297f89fd0f6ad73c3b319b523a15b0fc73 100644 (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>