Remove extra full stop

This commit is contained in:
Mike Jolley 2017-05-25 12:36:12 +01:00
parent b821c24955
commit 42c3c9e593
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if ( ! defined( 'ABSPATH' ) ) {
if ( 0 < $failed ) {
$results [] = sprintf(
/* translators: %d: products count */
_n( 'Failed to import %s product.', 'Failed to import %s products.', $failed, 'woocommerce' ),
_n( 'Failed to import %s product', 'Failed to import %s products', $failed, 'woocommerce' ),
'<strong>' . number_format_i18n( $failed ) . '</strong>'
);
}