Merge pull request #5546 from claudiosmweb/fix-little-typo

[2.1] Fix a little typo in add-ons page
This commit is contained in:
Mike Jolley 2014-05-27 12:56:35 +01:00
commit 17d17008bf
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
'import-export-extensions' => __( 'Import/export', 'woocommerce' ),
'product-extensions' => __( 'Products', 'woocommerce' ),
'marketing-extensions' => __( 'Marketing', 'woocommerce' ),
'accounting-extensions' => __( 'Acounting', 'woocommerce' ),
'accounting-extensions' => __( 'Accounting', 'woocommerce' ),
'free-extensions' => __( 'Free', 'woocommerce' ),
'third-party-extensions' => __( 'Third-party', 'woocommerce' ),
);
@ -81,4 +81,4 @@
<p><?php printf( __( 'Our catalog of WooCommerce Extensions can be found on WooThemes.com here: <a href="%s">WooCommerce Extensions Catalog</a>', 'woocommerce' ), 'http://www.woothemes.com/product-category/woocommerce-extensions/' ); ?></p>
<?php endif; ?>
</div>
</div>