Plugin Directory

Changeset 839225


Ignore:
Timestamp:
01/15/2014 07:39:07 PM (12 years ago)
Author:
Rizwanahammad
Message:

Save changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postcode-shipping/trunk/postcode_shipping.php

    r839214 r839225  
    77 * Plugin URI: http://www.dimensionit.com   
    88
    9  * Description: This plugin allows you to set a flat delivery rate per country and/or postal region on WooCommerce.
     9 * Description: This plugin allows you to set a flat shipping rate per country or state or postcode on WooCommerce.
    1010
    1111 * Version: 1.0
     
    1515 * Author URI: http://www.dimensionit.com   
    1616
    17  * Text Domain: postcode-shipping       
     17 * Text Domain: woocommerce_flatrate_perpostcode       
    1818
    1919 * Domain Path: /lang
     
    211211                        'type'          => 'number',
    212212
    213                         'description'   => __('How many different "per postnumbers" rates do you want to set?', $this->id).' '.__('Please save the options after changing this value.', $this->id),
     213                        'description'   => __('How many different "per postcode" rates do you want to set?', $this->id).' '.__('Please save the options after changing this value.', $this->id),
    214214
    215215                        'default'       => 1,
Note: See TracChangeset for help on using the changeset viewer.