- Patch #103937 by kkaefer: dropdown list items on mass user editing page not translated.

5.x
Dries Buytaert 2006-12-18 21:45:56 +00:00
parent 2b7b447468
commit aa3daa3256
1 changed files with 1 additions and 1 deletions

View File

@ -2468,7 +2468,7 @@ function user_filters() {
if ($permissions = module_invoke($module, 'perm')) {
asort($permissions);
foreach ($permissions as $permission) {
$options["$module $t_module"][$permission] = $permission;
$options["$module $t_module"][$permission] = t($permission);
}
}
}