From: moodler Date: Mon, 2 Oct 2006 08:40:39 +0000 (+0000) Subject: FIxed missing string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2fdc2b9e4916285b4867625e834f3c259afb5744;p=moodle.git FIxed missing string --- diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php index 1a1593a848..23ddb1cd9c 100644 --- a/lang/en_utf8/role.php +++ b/lang/en_utf8/role.php @@ -37,6 +37,7 @@ $string['roletoassign'] = 'Role to assign'; $string['roletooverride'] = 'Role to override'; $string['roles'] = 'Roles'; $string['selectrole'] = 'Select a role'; +$string['showallroles'] = 'Show all roles'; $string['viewrole'] = 'View role details'; $string['xuserswiththerole'] = 'Users with the role \"$a->role\": $a->number';