]> git.mjollnir.org Git - moodle.git/commitdiff
manage roles: MDL-8313 improve wording.
authortjhunt <tjhunt>
Tue, 18 Nov 2008 07:53:26 +0000 (07:53 +0000)
committertjhunt <tjhunt>
Tue, 18 Nov 2008 07:53:26 +0000 (07:53 +0000)
admin/roles/manage.php

index 70918a76f3a7554595ff25983317c57b28a2e05f..ab46cbf821d81f4de2bd3275fc33a813c77e86e5 100755 (executable)
     $currenttab = 'manage';
     include_once('managetabs.php');
 
-    print_heading_with_help(get_string('roles', 'role'), 'roles');
+    print_heading_with_help(get_string('manageroles', 'role'), 'roles');
 
 /// Initialise table.
     $table = new object;