better wording

This commit is contained in:
Nicola Mustone 2016-01-14 10:51:56 +01:00
parent f457d1c453
commit 03e3f7ca3d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<td><?php if ( defined('WP_DEBUG') && WP_DEBUG ) echo '<mark class="yes">&#10004;</mark>'; else echo '<mark class="no">&ndash;</mark>'; ?></td>
</tr>
<tr>
<td data-export-label="WP Cron"><?php _e( 'WP Cron', 'woocommerce' ); ?>:</td>
<td data-export-label="WP Cron Disabled"><?php _e( 'WP Cron Disabled', 'woocommerce' ); ?>:</td>
<td class="help"><?php echo wc_help_tip( __( 'Displays whether or not WP Cron Jobs are enabled.', 'woocommerce' ) ); ?></td>
<td><?php if ( defined('DISABLE_WP_CRON') && DISABLE_WP_CRON ) echo '<mark class="yes">&#10004;</mark>'; else echo '<mark class="no">&ndash;</mark>'; ?></td>
</tr>