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>
<?php
if ( $i == 1) {
echo __('one archive');
echo __('1 archive');
} else {
echo __('%s archives',$i);
}