Skip to content

Commit

Permalink
Tweaked settings for easier translation
Browse files Browse the repository at this point in the history
  • Loading branch information
bekarice committed Jul 13, 2015
1 parent 71a0135 commit 904b18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce-extra-product-sorting-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '<br/>' . __( '&quot;On-sale First&quot; shows simple products on sale first; <a href="https://wordpress.org/plugins/woocommerce-extra-product-sorting-options/faq/" target="_blank">see documentation</a> for more details.', 'wc-extra-sorting-options' ),
'desc' => '<br/>' . sprintf( __( '"On-sale First" shows <strong>simple</strong> products on sale first; <a href="%s" target="_blank">see documentation</a> 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',
Expand Down

0 comments on commit 904b18e

Please sign in to comment.