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
3aac93b6
Commit
3aac93b6
authored
Feb 14, 2008
by
Dries Buytaert
Browse files
- Patch
#220522
by meba: missing t() function.
parent
720f68b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/filter/filter.admin.inc
View file @
3aac93b6
...
...
@@ -99,7 +99,7 @@ function filter_admin_format_form(&$form_state, $format) {
}
$form
[
'name'
]
=
array
(
'#type'
=>
'textfield'
,
'#title'
=>
'Name'
,
'#title'
=>
t
(
'Name'
)
,
'#default_value'
=>
$format
->
name
,
'#description'
=>
t
(
'Specify a unique name for this filter format.'
),
'#required'
=>
TRUE
,
...
...
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