Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
manospsyx committed Mar 29, 2019
1 parent 483bddc commit dd69ec3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions languages/woocommerce-subscribe-all-the-things.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WooCommerce Subscribe All The Things 2.1.5\n"
"Report-Msgid-Bugs-To: "
"https://github.com/Prospress/woocommerce-subscribe-all-the-things/issues\n"
"POT-Creation-Date: 2019-03-29 21:08:47+00:00\n"
"POT-Creation-Date: 2019-03-29 21:25:02+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -349,7 +349,7 @@ msgid ""
"upgrading to <a "
"href=\"https://woocommerce.com/products/all-products-for-woocommerce-"
"subscriptions/\">All Products For WooCommerce Subscriptions</a>, the "
"officially supported version of Subscribe All The Things."
"WooCommerce.com successor of Subscribe All The Things."
msgstr ""

#: woocommerce-subscribe-all-the-things.php:270
Expand All @@ -359,7 +359,7 @@ msgid ""
"<a "
"href=\"https://woocommerce.com/products/all-products-for-woocommerce-"
"subscriptions/\">All Products For WooCommerce Subscriptions</a>, the "
"officially supported version of Subscribe All The Things."
"WooCommerce.com successor of Subscribe All The Things."
msgstr ""

#: woocommerce-subscribe-all-the-things.php:336
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-subscribe-all-the-things.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public function wcs_admin_notice() {
*/
public function wcs_apfs_admin_notice() {

echo '<div class="notice notice-warning"><p>' . sprintf( __( '<strong>Subscribe All The Things</strong> has not been tested with the version of WooCommerce Subscriptions found on your system. Please consider upgrading to <a href="https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/">All Products For WooCommerce Subscriptions</a>, the officially supported version of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WCS_VERSION ) . '</p></div>';
echo '<div class="notice notice-warning"><p>' . sprintf( __( '<strong>Subscribe All The Things</strong> has not been tested with the version of WooCommerce Subscriptions found on your system. Please consider upgrading to <a href="https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/">All Products For WooCommerce Subscriptions</a>, the WooCommerce.com successor of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WCS_VERSION ) . '</p></div>';
}

/**
Expand All @@ -267,7 +267,7 @@ public function wcs_apfs_admin_notice() {
*/
public function wc_apfs_admin_notice() {

echo '<div class="notice notice-warning"><p>' . sprintf( __( '<strong>Subscribe All The Things</strong> has not been tested with the version of WooCommerce found on your system. Please consider upgrading to <a href="https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/">All Products For WooCommerce Subscriptions</a>, the officially supported version of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WC_VERSION ) . '</p></div>';
echo '<div class="notice notice-warning"><p>' . sprintf( __( '<strong>Subscribe All The Things</strong> has not been tested with the version of WooCommerce found on your system. Please consider upgrading to <a href="https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/">All Products For WooCommerce Subscriptions</a>, the WooCommerce.com successor of Subscribe All The Things.', 'woocommerce-subscribe-all-the-things' ), self::MAX_WC_VERSION ) . '</p></div>';
}

/**
Expand Down

0 comments on commit dd69ec3

Please sign in to comment.