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:
parent
c616c60c0d
commit
605710b8c6
|
@ -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 ] ) ) {
|
||||
|
|
Loading…
Reference in New Issue