Skip to content

Commit

Permalink
Update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Psychogyiopoulos committed Oct 9, 2018
1 parent 8fa1a9c commit bf20927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions languages/woocommerce-product-bundles-min-max-items.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Product Bundles - Min/Max Items 1.3.4\n"
"Report-Msgid-Bugs-To: https://support.woothemes.com/hc/en-us\n"
"POT-Creation-Date: 2018-10-09 07:47:19+00:00\n"
"POT-Creation-Date: 2018-10-09 11:24:02+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -16,7 +16,7 @@ msgstr ""
#: woocommerce-product-bundles-min-max-items.php:124
msgid ""
"<strong>WooCommerce Product Bundles &ndash; Min/Max Items</strong> requires "
"Product Bundles <strong>v%s</strong> or higher."
"Product Bundles <strong>%s</strong> or higher."
msgstr ""

#: woocommerce-product-bundles-min-max-items.php:136
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-product-bundles-min-max-items.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public static function localize_plugin() {
* PB version check notice.
*/
public static function pb_admin_notice() {
echo '<div class="error"><p>' . sprintf( __( '<strong>WooCommerce Product Bundles &ndash; Min/Max Items</strong> requires Product Bundles <strong>v%s</strong> or higher.', 'woocommerce-product-bundles-min-max-items' ), self::$req_pb_version ) . '</p></div>';
echo '<div class="error"><p>' . sprintf( __( '<strong>WooCommerce Product Bundles &ndash; Min/Max Items</strong> requires Product Bundles <strong>%s</strong> or higher.', 'woocommerce-product-bundles-min-max-items' ), self::$req_pb_version ) . '</p></div>';
}

/**
Expand Down

0 comments on commit bf20927

Please sign in to comment.