]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a typo
authormoodler <moodler>
Tue, 22 Jul 2003 02:00:44 +0000 (02:00 +0000)
committermoodler <moodler>
Tue, 22 Jul 2003 02:00:44 +0000 (02:00 +0000)
mod/chat/users.php

index 9e2dd5269ed0a03203d09d37a6cc8f85492b28c1..2034611e99cce9b702dfaf59bcd683cf8ac07d75 100644 (file)
@@ -81,7 +81,7 @@ $str->secs  = get_string("secs");
 /// Get list of users
 
 if (!$chatusers = chat_get_users($chatuser->chatid)) {
-    print_string("errornousers");
+    print_string("errornousers", "chat");
     exit;
 }