Issue #1980028 by TravisCarden, CrimbleCrumble: "Formats" page needs a more descriptive name.
parent
624947f9a9
commit
ccea397896
|
@ -899,7 +899,7 @@ function system_menu() {
|
||||||
'file' => 'system.admin.inc',
|
'file' => 'system.admin.inc',
|
||||||
);
|
);
|
||||||
$items['admin/config/regional/date-time'] = array(
|
$items['admin/config/regional/date-time'] = array(
|
||||||
'title' => 'Formats',
|
'title' => 'Date and time formats',
|
||||||
'description' => 'Configure display format strings for date and time.',
|
'description' => 'Configure display format strings for date and time.',
|
||||||
'page callback' => 'system_date_time_formats',
|
'page callback' => 'system_date_time_formats',
|
||||||
'access arguments' => array('administer site configuration'),
|
'access arguments' => array('administer site configuration'),
|
||||||
|
|
Loading…
Reference in New Issue