summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-25 22:14:57 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-25 22:14:57 -0400
commit0e3354e19cf77f3c7b4e2143738d507015c9153f (patch)
tree2dac943443e5e90ce9e2d9a339fd612caff8d792 /modules
parent2681b059ff566314d172a07925a835a2ab782e99 (diff)
downloadbrdo-0e3354e19cf77f3c7b4e2143738d507015c9153f.tar.gz
brdo-0e3354e19cf77f3c7b4e2143738d507015c9153f.tar.bz2
- Patch #716348 by mikey_p: fixed description.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 4c20c4c77..b662040d6 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,