From 36d44fbfb07e4682f219368e1424c58fc61315a1 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 22 Oct 2006 08:28:47 +0000 Subject: #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc --- modules/path/path.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index bd97ac45f..e83e38376 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -48,23 +48,23 @@ function path_menu($may_cache) { $items = array(); if ($may_cache) { - $items[] = array('path' => 'admin/build/path', 'title' => t('url aliases'), + $items[] = array('path' => 'admin/build/path', 'title' => t('URL aliases'), 'description' => t('Change your site\'s URL paths by aliasing them.'), 'callback' => 'path_admin', 'access' => user_access('administer url aliases')); - $items[] = array('path' => 'admin/build/path/edit', 'title' => t('edit alias'), + $items[] = array('path' => 'admin/build/path/edit', 'title' => t('Edit alias'), 'callback' => 'drupal_get_form', 'callback arguments' => array('path_admin_edit'), 'access' => user_access('administer url aliases'), 'type' => MENU_CALLBACK); - $items[] = array('path' => 'admin/build/path/delete', 'title' => t('delete alias'), + $items[] = array('path' => 'admin/build/path/delete', 'title' => t('Delete alias'), 'callback' => 'drupal_get_form', 'callback arguments' => array('path_admin_delete_confirm'), 'access' => user_access('administer url aliases'), 'type' => MENU_CALLBACK); - $items[] = array('path' => 'admin/build/path/list', 'title' => t('list'), + $items[] = array('path' => 'admin/build/path/list', 'title' => t('List'), 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10); - $items[] = array('path' => 'admin/build/path/add', 'title' => t('add alias'), + $items[] = array('path' => 'admin/build/path/add', 'title' => t('Add alias'), 'callback' => 'drupal_get_form', 'callback arguments' => array('path_admin_edit'), 'access' => user_access('administer url aliases'), -- cgit v1.2.3