diff options
Diffstat (limited to 'modules/update/update.install')
-rw-r--r-- | modules/update/update.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/update/update.install b/modules/update/update.install index b910fe79a..99d9cfa75 100644 --- a/modules/update/update.install +++ b/modules/update/update.install @@ -34,6 +34,7 @@ function update_uninstall() { */ function update_schema() { $schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache'); + $schema['cache_update']['description'] = t('Cache table for the Update module to store information about available releases, fetched from central server.'); return $schema; } |