Trivial misuse of t() found in system_menu() while debugging t() usage.

6.x
Gábor Hojtsy 2007-11-07 20:21:33 +00:00
parent 6f583baf1f
commit b40fcbd14d
1 changed files with 1 additions and 1 deletions

View File

@ -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',