Renamed Order Items 'Cost' column to 'Totals' for clarity

This commit is contained in:
Justin Stern 2013-04-18 16:04:03 -04:00
parent 1c28c481e3
commit 143079c9e9
1 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ function woocommerce_order_items_meta_box( $post ) {
<th class="quantity"><?php _e( 'Qty', 'woocommerce' ); ?></th>
<th class="line_cost"><?php _e( 'Cost', 'woocommerce' ); ?>&nbsp;<a class="tips" data-tip="<?php _e( 'Line subtotals are before pre-tax discounts, totals are after.', 'woocommerce' ); ?>" href="#">[?]</a></th>
<th class="line_cost"><?php _e( 'Totals', 'woocommerce' ); ?>&nbsp;<a class="tips" data-tip="<?php _e( 'Line subtotals are before pre-tax discounts, totals are after.', 'woocommerce' ); ?>" href="#">[?]</a></th>
<?php if ( get_option( 'woocommerce_calc_taxes' ) == 'yes' ) : ?>
<th class="line_tax"><?php _e( 'Tax', 'woocommerce' ); ?></th>
@ -949,4 +949,4 @@ function woocommerce_process_shop_order_meta( $post_id, $post ) {
delete_transient( 'woocommerce_processing_order_count' );
}
add_action( 'woocommerce_process_shop_order_meta', 'woocommerce_process_shop_order_meta', 10, 2 );
add_action( 'woocommerce_process_shop_order_meta', 'woocommerce_process_shop_order_meta', 10, 2 );