Fixed 'Download %d URL' string

This commit is contained in:
Claudio Sanches 2017-09-25 14:14:55 -03:00
parent 9fc6615909
commit b68b4eeb6b
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ class WC_Product_CSV_Importer_Controller {
strtolower( __( 'Attribute %d global', 'woocommerce' ) ) => 'attributes:taxonomy',
strtolower( __( 'Attribute %d default', 'woocommerce' ) ) => 'attributes:default',
strtolower( __( 'Download %d name', 'woocommerce' ) ) => 'downloads:name',
strtolower( __( 'Download %d url', 'woocommerce' ) ) => 'downloads:url',
strtolower( __( 'Download %d URL', 'woocommerce' ) ) => 'downloads:url',
strtolower( __( 'Meta: %s', 'woocommerce' ) ) => 'meta:',
)
) );