From c2b7488ac5ab1b5ca98f8c0742836cf5d51d390d Mon Sep 17 00:00:00 2001 From: Jason Judge Date: Wed, 13 May 2015 23:02:18 +0100 Subject: [PATCH] Removed word "meta" from "group by" selection; it added nothing. --- class-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class-settings.php b/class-settings.php index 1928a22..6a76cf6 100644 --- a/class-settings.php +++ b/class-settings.php @@ -96,7 +96,7 @@ function get_settings( $current_section = '' ) { 'shipping-class' => __( 'Shipping Class', 'bolder-multi-package-woo'), 'per-product' => __( 'Product (individual)', 'bolder-multi-package-woo' ), 'per-owner' => __( 'Product Owner (vendor)', 'bolder-multi-package-woo' ), - 'product-meta' => __( 'Custom Product Meta Field', 'bolder-multi-package-woo' ), + 'product-meta' => __( 'Custom Product Field', 'bolder-multi-package-woo' ), 'product-meta_printtrail_package' => __( 'Printtrail Package Names', 'bolder-multi-package-woo' ), ) ),