This commit is contained in:
Mike Jolley 2013-02-15 10:06:32 +00:00
parent a98de826f0
commit 7cee909c70
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if ( $customer_orders ) : ?>
<?php echo ucfirst( __( $status->name, 'woocommerce' ) ); ?>
</td>
<td class="order-total">
<?php echo sprintf( _n( '%s, %s item', '%s, %s items', $item_count, 'woocommerce' ), $order->get_formatted_order_total(), $item_count ); ?>
<?php echo sprintf( _n( '%s for %s item', '%s for %s items', $item_count, 'woocommerce' ), $order->get_formatted_order_total(), $item_count ); ?>
</td>
<td class="order-actions">
<?php