diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-13 20:27:30 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-13 20:27:30 +0000 |
commit | bfc650573cd090d8c0b240e846d82f48153eafad (patch) | |
tree | 290d3cf9ef21d3ab3de29931991068ccbc06decb /modules/update/update.module | |
parent | 939a1f01a14bb9d764a6379d84c0963f23586ad3 (diff) | |
download | brdo-bfc650573cd090d8c0b240e846d82f48153eafad.tar.gz brdo-bfc650573cd090d8c0b240e846d82f48153eafad.tar.bz2 |
- Patch #297225 by keith.smith: massaged the text on the modules page a bit.
Diffstat (limited to 'modules/update/update.module')
-rw-r--r-- | modules/update/update.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/update/update.module b/modules/update/update.module index f2489aab2..7ccf2bc5d 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -76,7 +76,6 @@ function update_help($path, $arg) { } } } - return '<p>' . t('See the <a href="@available_updates">available updates</a> page for information on installed modules and themes with new versions released.', array('@available_updates' => url('admin/reports/updates'))) . '</p>'; case 'admin/reports/updates/settings': case 'admin/reports/status': |