summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/update/update.manager.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.manager.inc b/modules/update/update.manager.inc
index 9a5f6890d..092025c4b 100644
--- a/modules/update/update.manager.inc
+++ b/modules/update/update.manager.inc
@@ -132,7 +132,7 @@ function update_manager_update_form($form, $form_state = array(), $context) {
switch ($project['status']) {
case UPDATE_NOT_SECURE:
case UPDATE_REVOKED:
- $entry['title'] .= ' ' . t('(Security Update)');
+ $entry['title'] .= ' ' . t('(Security update)');
$entry['#weight'] = -2;
$type = 'security';
break;