summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-27 03:27:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-27 03:27:00 +0000
commitf4d17e018cff383cfd92a06d1d69e217b79a964f (patch)
tree37432cf9bd59adef41c272b3b2d8ec95c2ab2b5c /modules/update
parent75f243f55cdfab7b862a7777d59e34e39d0d910a (diff)
downloadbrdo-f4d17e018cff383cfd92a06d1d69e217b79a964f.tar.gz
brdo-f4d17e018cff383cfd92a06d1d69e217b79a964f.tar.bz2
#605920 by dww and Bojhan: Fix all buttons in update manager workflow to use 'Sentence case' labels.
Diffstat (limited to 'modules/update')
-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;