Issue #1980028 by TravisCarden, CrimbleCrumble: "Formats" page needs a more descriptive name.

8.0.x
Alex Pott 2013-05-03 23:45:02 +01:00
parent 624947f9a9
commit ccea397896
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ function system_menu() {
'file' => 'system.admin.inc',
);
$items['admin/config/regional/date-time'] = array(
'title' => 'Formats',
'title' => 'Date and time formats',
'description' => 'Configure display format strings for date and time.',
'page callback' => 'system_date_time_formats',
'access arguments' => array('administer site configuration'),