Fixed broke webhooks pagination label

This commit is contained in:
Claudio Sanches 2016-11-22 22:47:58 -02:00
parent 7aafd6cce7
commit a98c4b429f
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ class WC_Admin_Webhooks {
$html .= '<p class="info" style="float: left;"><strong>';
/* translators: 1: items count (i.e. 8 items) 2: current page 3: total pages */
$html .= sprintf(
__( '%1%s &ndash; Page %2$d of %3$d', 'woocommerce' ),
__( '%1$s &ndash; Page %2$d of %3$d', 'woocommerce' ),
sprintf( _n( '%d item', '%d items', $total, 'woocommerce' ), $total ),
$current,
$pages