proper keyword for i18n support

This commit is contained in:
Serghey Rodin 2013-10-16 23:51:22 +03:00
commit 1ac8cc2ca1

View file

@ -172,7 +172,7 @@
<td> <td>
<?php <?php
if ( $i == 1) { if ( $i == 1) {
echo __('one archive'); echo __('1 archive');
} else { } else {
echo __('%s archives',$i); echo __('%s archives',$i);
} }