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
b40fcbd1
Commit
b40fcbd1
authored
Nov 07, 2007
by
Gábor Hojtsy
Browse files
Trivial misuse of t() found in system_menu() while debugging t() usage.
parent
6f583baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.module
View file @
b40fcbd1
...
...
@@ -383,7 +383,7 @@ function system_menu() {
'file'
=>
'system.admin.inc'
,
);
$items
[
'admin/settings/date-time/lookup'
]
=
array
(
'title'
=>
t
(
'Date and time lookup'
)
,
'title'
=>
'Date and time lookup'
,
'type'
=>
MENU_CALLBACK
,
'page callback'
=>
'system_date_time_lookup'
,
'file'
=>
'system.admin.inc'
,
...
...
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