- Patch #297181 by keith.smith: install profile clarifications.

merge-requests/26/head
Dries Buytaert 2008-11-23 18:13:41 +00:00
parent 6a93b9d4c4
commit d57314014c
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ function default_profile_modules() {
function default_profile_details() { function default_profile_details() {
return array( return array(
'name' => 'Drupal', '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.'
); );
} }

View File

@ -21,8 +21,8 @@ function expert_profile_modules() {
*/ */
function expert_profile_details() { function expert_profile_details() {
return array( return array(
'name' => 'Drupal (experts only)', 'name' => 'Drupal (minimal)',
'description' => 'Select this profile to install with only minimum functionality enabled.' 'description' => 'Create a Drupal site with only required modules enabled.'
); );
} }