diff options
Diffstat (limited to 'profiles/expert/expert.profile')
-rw-r--r-- | profiles/expert/expert.profile | 4 |
1 files changed, 2 insertions, 2 deletions
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.' ); } |