diff --git a/core/modules/system/system.module b/core/modules/system/system.module index 925709cac918478f87bc72ed9022daa57eb5dee8..8b8b4d0a3337287eb9088276c528d2fa8f3e439d 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -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'),