]> git.mjollnir.org Git - moodle.git/commitdiff
Change tooltip text by Helen's suggestion. MDL-13940 ; merged from 19_STABLE
authorstronk7 <stronk7>
Wed, 26 Mar 2008 23:51:38 +0000 (23:51 +0000)
committerstronk7 <stronk7>
Wed, 26 Mar 2008 23:51:38 +0000 (23:51 +0000)
lang/en_utf8/role.php

index a6601f52ed391dde984c3d4176d12591ee934780..375dbe64207d447d0bd366c89672704903d655ba 100644 (file)
@@ -166,7 +166,7 @@ $string['user:update'] = 'Update user profiles';
 $string['user:viewdetails'] = 'View user profiles';
 $string['user:viewhiddendetails'] = 'View hidden details of users';
 $string['user:viewuseractivitiesreport'] = 'See user activity reports';
-$string['userhashiddenassignments'] = 'This user has one or more hidden roles in this course';
+$string['userhashiddenassignments'] = 'This user has one or more hidden role assignments in this course';
 $string['viewrole'] = 'View role details';
 $string['xuserswiththerole'] = 'Users with the role \"$a->role\"';
 $string['ingroup'] = 'in the group \"$a->group\"';