diff --git a/update.php b/update.php index 20a9caf45c3c00ff54a9bb7d0e15c2a61dde01e0..f61d6388d2da11256c1de9af8f04f094ac23c1c6 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,