Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
aa3daa32
Commit
aa3daa32
authored
Dec 18, 2006
by
Dries Buytaert
Browse files
- Patch
#103937
by kkaefer: dropdown list items on mass user editing page not translated.
parent
2b7b4474
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/user/user.module
View file @
aa3daa32
...
...
@@ -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
)
;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment