gettext fix. Props takayukister. fixes #11188

git-svn-id: https://develop.svn.wordpress.org/trunk@12227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-11-19 22:04:53 +00:00
parent fffae7eb1f
commit e4dd375180
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ class Plugin_Upgrader extends WP_Upgrader {
$i = 1;
foreach ( $plugins as $plugin ) {
$this->show_before = sprintf( '<h4>' . __('Updating plugin %d of %d...') . '</h4>', $i, $all );
$this->show_before = sprintf( '<h4>' . __('Updating plugin %1$d of %2$d...') . '</h4>', $i, $all );
$i++;
if ( !isset( $current->response[ $plugin ] ) ) {