summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 20a9caf45..f61d6388d 100644
--- a/update.php
+++ b/update.php
@@ -86,7 +86,7 @@ function update_script_selection_form() {
'#markup' => '<p>The version of Drupal you are updating from has been automatically detected.</p>',
'#weight' => -5,
);
- $form['start']['#title'] = strtr('!num pending updates', array('!num' => $count));
+ $form['start']['#title'] = format_plural($count, '1 pending update', '@count pending updates');
$form['has_js'] = array(
'#type' => 'hidden',
'#default_value' => FALSE,