Plugin Directory

Changeset 1513194


Ignore:
Timestamp:
10/12/2016 07:53:45 AM (9 years ago)
Author:
stuartobrien
Message:

naming

Location:
send-emails-for-woocommerce/tags/1.0.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • send-emails-for-woocommerce/tags/1.0.0/index.php

    r1513149 r1513194  
    669669                    <?php
    670670                    printf(
    671                         __( '%sSend Emails for WooCommerce is inactive due to conflicts%sOur plugin will conflict with the following plugins and cannot be used while they are active: %s', 'woocommerce-send-emails' ),
     671                        __( '%sWooCommerce Send Emails is inactive due to conflicts%sOur plugin will conflict with the following plugins and cannot be used while they are active: %s', 'woocommerce-send-emails' ),
    672672                        '<strong>',
    673673                        '</strong><br>',
     
    707707                        <?php
    708708                        printf(
    709                             __( '%sSend Emails for WooCommerce needs WooCommerce%s %sWooCommerce%s must be active for Send Emails to work. Please install & activate WooCommerce.', 'woocommerce-send-emails' ),
     709                            __( '%sWooCommerce Send Emails needs WooCommerce%s %sWooCommerce%s must be active for Send Emails to work. Please install & activate WooCommerce.', 'woocommerce-send-emails' ),
    710710                            '<strong>',
    711711                            '</strong><br>',
     
    724724                        <?php
    725725                        printf(
    726                             __( '%sSend Emails for WooCommerce is inactive%s This version of Send Emails requires WooCommerce %s or newer. For more information about our WooCommerce version support %sclick here%s.', 'woocommerce-send-emails' ),
     726                            __( '%sWooCommerce Send Emails is inactive%s This version of Send Emails requires WooCommerce %s or newer. For more information about our WooCommerce version support %sclick here%s.', 'woocommerce-send-emails' ),
    727727                            '<strong>',
    728728                            '</strong><br>',
  • send-emails-for-woocommerce/tags/1.0.0/readme.txt

    r1513149 r1513194  
    1 === Send Emails for WooCommerce ===
     1=== WooCommerce Send Emails ===
    22Contributors: stuartobrien, cxthemes
    33Tags: colors, customise, customize, woocommerce, edit, email, preview, send, style, template, test, text, ecommerce
     
    66Stable tag: 1.0.0
    77
    8 Send Emails for WooCommerce allows you to preview and send any of the WooCommerce transactional emails.
     8WooCommerce Send Emails allows you to preview and send any of the WooCommerce transactional emails.
    99
    1010== Description ==
    1111
    12 Send Emails for WooCommerce enables the resending of any WooCommerce transactional emails that are sent automatically by WooCommerce when the order is created (when the customer checks-out). You can send to the original Order recipient, or any email address that you specify.
     12WooCommerce Send Emails enables the resending of any WooCommerce transactional emails that are sent automatically by WooCommerce when the order is created (when the customer checks-out). You can send to the original Order recipient, or any email address that you specify.
    1313
    1414The plugin adds a new 'Send Emails' meta box to your WooCommerce order-edit page that you can use to either "Send" or "Preview" any email. These are both very useful for Shop Admins, to see what the Customer will see, or Designers/Developers, to see what the email looks like. When you send the email you will be given the choice of sending it to the order recipient, or to any email address that you chose.
Note: See TracChangeset for help on using the changeset viewer.