From 904b18ee60d676b3423c9b6bdf9a9c9eca5d4a57 Mon Sep 17 00:00:00 2001 From: Beka Rice Date: Sun, 12 Jul 2015 23:54:31 -0400 Subject: [PATCH] Tweaked settings for easier translation --- woocommerce-extra-product-sorting-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woocommerce-extra-product-sorting-options.php b/woocommerce-extra-product-sorting-options.php index 38f0805..5b80d5a 100644 --- a/woocommerce-extra-product-sorting-options.php +++ b/woocommerce-extra-product-sorting-options.php @@ -100,7 +100,7 @@ public function add_settings( $settings ) { array( 'name' => __( 'Add Product Sorting:', 'wc-extra-sorting-options' ), 'desc_tip' => __( 'Select sorting options to add to your shop. "Available Stock" sorts products with the most stock first.', 'wc-extra-sorting-options' ), - 'desc' => '
' . __( '"On-sale First" shows simple products on sale first; see documentation for more details.', 'wc-extra-sorting-options' ), + 'desc' => '
' . sprintf( __( '"On-sale First" shows simple products on sale first; see documentation for more details.', 'wc-extra-sorting-options' ), 'https://wordpress.org/plugins/woocommerce-extra-product-sorting-options/faq/' ), 'id' => 'wc_extra_product_sorting_options', 'type' => 'multiselect', 'class' => 'chosen_select',