Typo fix in tools for uninstall

This commit is contained in:
Shiva Poudel 2015-11-06 00:10:14 +05:45
parent 4e5baf23aa
commit 592c7aee02
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<label><input type="checkbox" class="checkbox" name="woocommerce_status_options[uninstall_data]" value="1" <?php checked( '1', $options['uninstall_data'] ); ?> /> <?php _e( 'Enabled', 'woocommerce' ); ?></label>
</p>
<p>
<span class="description"><?php _e( 'This tool will remove all WooCommerce, Product and Order data when using the "Delete" link on the plugins screen. It will also remove any setting/option prepended which "woocommerce_" so may also affect installed WooCommerce Extensions.', 'woocommerce' ); ?></span>
<span class="description"><?php _e( 'This tool will remove all WooCommerce, Product and Order data when using the "Delete" link on the plugins screen. It will also remove any setting/option prepended with "woocommerce_" so may also affect installed WooCommerce Extensions.', 'woocommerce' ); ?></span>
</p>
</td>
</tr>