Modified "Shipping and Handling" message in cart and checkout to only "Shipping"
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 18 Jun 2015 21:03:04 +0000 (17:03 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 18 Jun 2015 21:03:04 +0000 (17:03 -0400)
woocommerce/cart/cart-shipping.php

index 4fa1852..5b7a0e6 100644 (file)
@@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
                if ( $show_package_details ) {
                        printf( __( 'Shipping #%d', 'woocommerce' ), $index + 1 );
                } else {
-                       _e( 'Shipping and Handling', 'woocommerce' );
+                       _e( 'Shipping', 'woocommerce' );
                }
        ?></th>
        <td>