gettext fix. Props takayukister. fixes #11188

git-svn-id: http://svn.automattic.com/wordpress/trunk@12227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-11-19 22:04:53 +00:00
parent c616c60c0d
commit 605710b8c6

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 ] ) ) {