From d57314014c5e8f2c03ebe6e4e3676a75c57503d4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 23 Nov 2008 18:13:41 +0000 Subject: - Patch #297181 by keith.smith: install profile clarifications. --- profiles/default/default.profile | 2 +- profiles/expert/expert.profile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/default/default.profile b/profiles/default/default.profile index db8f9a376..675a60b13 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -22,7 +22,7 @@ function default_profile_modules() { function default_profile_details() { return array( 'name' => 'Drupal', - 'description' => 'Select this profile to enable some basic Drupal functionality and the default theme.' + 'description' => 'Create a Drupal site with the most commonly used features pre-installed.' ); } diff --git a/profiles/expert/expert.profile b/profiles/expert/expert.profile index e80ea73fe..afc3b34c2 100644 --- a/profiles/expert/expert.profile +++ b/profiles/expert/expert.profile @@ -21,8 +21,8 @@ function expert_profile_modules() { */ function expert_profile_details() { return array( - 'name' => 'Drupal (experts only)', - 'description' => 'Select this profile to install with only minimum functionality enabled.' + 'name' => 'Drupal (minimal)', + 'description' => 'Create a Drupal site with only required modules enabled.' ); } -- cgit v1.2.3