diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/default.info | 4 | ||||
-rw-r--r-- | profiles/expert/expert.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default/default.info b/profiles/default/default.info index a2b17aeb2..85abfe2a2 100644 --- a/profiles/default/default.info +++ b/profiles/default/default.info @@ -1,6 +1,6 @@ ; $Id$ -name = Drupal -description = Create a Drupal site with the most commonly used features pre-installed. +name = Standard +description = Install with commonly used features pre-configured. version = VERSION core = 7.x dependencies[] = block diff --git a/profiles/expert/expert.info b/profiles/expert/expert.info index 2be5d5437..8b07f57a0 100644 --- a/profiles/expert/expert.info +++ b/profiles/expert/expert.info @@ -1,6 +1,6 @@ ; $Id$ -name = Drupal (minimal) -description = Create a Drupal site with only required modules enabled. +name = Minimal +description = Start with only a few modules enabled. version = VERSION core = 7.x dependencies[] = block |