summaryrefslogtreecommitdiff
path: root/modules/update/update.report.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.report.inc')
-rw-r--r--modules/update/update.report.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc
index 5f68e09b7..d4f3f70f0 100644
--- a/modules/update/update.report.inc
+++ b/modules/update/update.report.inc
@@ -25,8 +25,8 @@ function update_status() {
*/
function theme_update_report($data) {
$last = variable_get('update_last_check', 0);
- $output = '<div class="checked">'. t('Last checked: ') . ($last ? format_interval(time() - $last) .' '. t('ago') : t('Never'));
- $output .= ' <span class="check-manually">'. l(t('Check manually'), 'admin/logs/updates/check') .'</span>';
+ $output = '<div class="update checked">'. t('Last checked: ') . ($last ? format_interval(time() - $last) .' '. t('ago') : t('Never'));
+ $output .= ' <span class="check-manually">('. l(t('Check manually'), 'admin/logs/updates/check') .')</span>';
$output .= "</div>\n";
if (!is_array($data)) {