summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-23 18:13:41 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-23 18:13:41 +0000
commitd57314014c5e8f2c03ebe6e4e3676a75c57503d4 (patch)
tree2309dd2dc0d192198e083cc3200028fb3cddb1f9 /profiles
parent6a93b9d4c40968c073d2be4611cb6b96703b5f64 (diff)
downloadbrdo-d57314014c5e8f2c03ebe6e4e3676a75c57503d4.tar.gz
brdo-d57314014c5e8f2c03ebe6e4e3676a75c57503d4.tar.bz2
- Patch #297181 by keith.smith: install profile clarifications.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile2
-rw-r--r--profiles/expert/expert.profile4
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.'
);
}