From a50d47f9591d240f212b66332e25d7f2ce50369d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Oct 2010 14:54:10 +0000 Subject: #928790 by David_Rothstein: Make menu descriptions consistent. --- modules/system/system.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 815383bcb..44e97e9d4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -569,7 +569,7 @@ function system_menu() { // Appearance. $items['admin/appearance'] = array( 'title' => 'Appearance', - 'description' => 'Select and configure your themes', + 'description' => 'Select and configure your themes.', 'page callback' => 'system_themes_page', 'access arguments' => array('administer themes'), 'position' => 'left', @@ -635,7 +635,7 @@ function system_menu() { // Modules. $items['admin/modules'] = array( 'title' => 'Modules', - 'description' => 'Enable or disable modules', + 'description' => 'Enable or disable modules.', 'page callback' => 'drupal_get_form', 'page arguments' => array('system_modules'), 'access arguments' => array('administer modules'), @@ -669,7 +669,7 @@ function system_menu() { // Configuration. $items['admin/config'] = array( 'title' => 'Configuration', - 'description' => 'Administer settings', + 'description' => 'Administer settings.', 'page callback' => 'system_admin_config_page', 'access arguments' => array('access administration pages'), 'file' => 'system.admin.inc', @@ -1003,7 +1003,7 @@ function system_menu() { // Reports. $items['admin/reports'] = array( 'title' => 'Reports', - 'description' => 'View reports, updates, and errors', + 'description' => 'View reports, updates, and errors.', 'page callback' => 'system_admin_menu_block_page', 'access arguments' => array('access site reports'), 'weight' => 5, -- cgit v1.2.3