It should be "character" instend of "charactrer".

This commit is contained in:
Luan Cuba 2015-12-10 17:51:50 -02:00
parent 77714623cf
commit 9a52cc3abd
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ if ( ! defined( 'ABSPATH' ) ) {
$posting['mbstring']['success'] = true;
} else {
$posting['mbstring']['success'] = false;
$posting['mbstring']['note'] = sprintf( __( 'Your server does not support the %s functions - this is required for better charactrer encoding. Some fallbacks will be used instead for it.', 'woocommerce' ), '<a href="http://php.net/manual/en/mbstring.installation.php">mbstring</a>' );
$posting['mbstring']['note'] = sprintf( __( 'Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it.', 'woocommerce' ), '<a href="http://php.net/manual/en/mbstring.installation.php">mbstring</a>' );
}
// WP Remote Post Check.