From bb293ccfb5193d2f769af6a8422765784c205536 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 23:08:34 +0000 Subject: #420358 follow-up by Dave Reid: Rename profiles default => standard and expert => minimal, for consistency with labels. --- modules/system/system.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 850be5446..067f171c8 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -642,7 +642,7 @@ function system_menu() { ); } - // Modules + // Modules. $items['admin/modules'] = array( 'title' => 'Modules', 'description' => 'Enable or disable add-on modules for your site.', @@ -675,7 +675,7 @@ function system_menu() { 'file' => 'system.admin.inc', ); - // Configuration and modules. + // Configuration. $items['admin/config'] = array( 'title' => 'Configuration', 'page callback' => 'system_admin_config_page', -- cgit v1.2.3