Clarify delete message

Closes #7917
This commit is contained in:
Mike Jolley 2015-04-09 12:05:07 +01:00
parent 33d94aaea4
commit a6692c4722
1 changed files with 2 additions and 2 deletions

View File

@ -53,13 +53,13 @@ if ( ! defined( 'ABSPATH' ) ) {
</td>
</tr>
<tr>
<td><?php _e( 'Uninstall on Delete', 'woocommerce' ); ?></td>
<td><?php _e( 'Remove All Data', 'woocommerce' ); ?></td>
<td>
<p>
<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 delete all WooCommerce, Product and Order data when uninstalling via Plugins > Delete.', '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.', 'woocommerce' ); ?></span>
</p>
</td>
</tr>