diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index bf0d6b2f5..e3285ce43 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1445,7 +1445,7 @@ function system_schema() { 'default' => '', ), 'type' => array( - 'description' => 'The type of the item, either module, theme, or theme_engine.', + 'description' => 'The type of the item, either module, theme, theme_engine, or profile.', 'type' => 'varchar', 'length' => 12, 'not null' => TRUE, |