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