Make WordPress Core

Changeset 12227


Ignore:
Timestamp:
11/19/2009 10:04:53 PM (15 years ago)
Author:
ryan
Message:

gettext fix. Props takayukister. fixes #11188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-upgrader.php

    r12186 r12227  
    469469        foreach ( $plugins as $plugin ) {
    470470
    471             $this->show_before = sprintf( '<h4>' . __('Updating plugin %d of %d...') . '</h4>', $i, $all );
     471            $this->show_before = sprintf( '<h4>' . __('Updating plugin %1$d of %2$d...') . '</h4>', $i, $all );
    472472            $i++;
    473473
Note: See TracChangeset for help on using the changeset viewer.