Remove extra full stop
This commit is contained in:
parent
b821c24955
commit
42c3c9e593
|
@ -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>'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue