]> git.mjollnir.org Git - moodle.git/commitdiff
using correct string
authortoyomoyo <toyomoyo>
Tue, 21 Nov 2006 06:46:26 +0000 (06:46 +0000)
committertoyomoyo <toyomoyo>
Tue, 21 Nov 2006 06:46:26 +0000 (06:46 +0000)
admin/roles/assign.html

index 87e4e03b3acdc98f99df3e6a6fc1f232719644dd..c6616e5f618c8e1dd8686f1a726bf88a9e4e6c24 100755 (executable)
@@ -26,7 +26,7 @@
               foreach ($contextusers as $contextuser) {
                   $fullname = fullname($contextuser, true);
                   if ($contextuser->hidden) {
-                      $hidden=' ('.get_string('hidden').') ';  
+                      $hidden=' ('.get_string('hiddenassign').') ';  
                   } else {
                       $hidden="";  
                   }