Wrong non ASCII content
Issue with PoEdit translating content on line 32 due to non-ASCII content.
This commit is contained in:
parent
5b835a0def
commit
abd7b2a989
|
@ -29,7 +29,7 @@ if ( ! woocommerce_products_will_display() )
|
|||
} elseif ( $total <= $per_page || -1 == $per_page ) {
|
||||
printf( __( 'Showing all %d results', 'woocommerce' ), $total );
|
||||
} else {
|
||||
printf( _x( 'Showing %1$d–%2$d of %3$d results', '%1$d = first, %2$d = last, %3$d = total', 'woocommerce' ), $first, $last, $total );
|
||||
printf( _x( 'Showing %1$d-%2$d of %3$d results', '%1$d = first, %2$d = last, %3$d = total', 'woocommerce' ), $first, $last, $total );
|
||||
}
|
||||
?>
|
||||
</p>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue