- Patch #297181 by keith.smith: install profile clarifications.
parent
6a93b9d4c4
commit
d57314014c
|
@ -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.'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -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.'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue