diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index ef6ecd16a..986b9a08c 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -423,7 +423,7 @@ switch ( $action ) { if ( empty($_GET['blogstatus']) || $_GET['blogstatus'] == 'all' ) $status_class = ' class="current"'; - $status_links[] = "
  • " . sprintf( __( 'All (%s)' ), number_format_i18n( $count->all ) ) . ''; + $status_links[] = "
  • " . sprintf( _nx( 'All (%s)', 'All (%s)', $count, 'sites' ), number_format_i18n( $count ) ) . ''; foreach ( $status_list as $status => $col ) { $status_class = '';