Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
5c9c65d2
Commit
5c9c65d2
authored
May 03, 2004
by
Dries
Browse files
- Patch
#7503
by bylund: two strings could not be translated.
parent
bfca0888
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/filter.module
View file @
5c9c65d2
...
...
@@ -65,7 +65,7 @@ function filter_admin_order() {
filter_refresh
();
$filters
=
filter_list
();
$header
=
array
(
"
name
"
,
"
weight
"
);
$header
=
array
(
t
(
'
name
'
),
t
(
'
weight
'
)
);
$rows
=
array
();
// Standard HTML filters are always run first, we add a dummy row to indicate this
...
...
modules/filter/filter.module
View file @
5c9c65d2
...
...
@@ -65,7 +65,7 @@ function filter_admin_order() {
filter_refresh
();
$filters
=
filter_list
();
$header
=
array
(
"
name
"
,
"
weight
"
);
$header
=
array
(
t
(
'
name
'
),
t
(
'
weight
'
)
);
$rows
=
array
();
// Standard HTML filters are always run first, we add a dummy row to indicate this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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