diff --git a/modules/system/system.install b/modules/system/system.install index 11967e4..6d2fc80 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1527,7 +1527,7 @@ function system_schema() { 'default' => '', ), 'type' => array( - 'description' => 'The type of the item, either module, theme, theme_engine, or profile.', + 'description' => 'The type of the item, either module, theme, or theme_engine.', 'type' => 'varchar', 'length' => 12, 'not null' => TRUE,