summaryrefslogtreecommitdiff
path: root/modules/update/update.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.install')
-rw-r--r--modules/update/update.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.install b/modules/update/update.install
index 001dd7c7a..95208ccb7 100644
--- a/modules/update/update.install
+++ b/modules/update/update.install
@@ -36,7 +36,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.');
+ $schema['cache_update']['description'] = 'Cache table for the Update module to store information about available releases, fetched from central server.';
return $schema;
}