fixed grammar

This commit is contained in:
Robbt 2018-12-10 15:11:26 -05:00
parent 6bae72345f
commit bfe88efdf3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if ($this->showPoolCount) { ?>
<span id='sp_pool_count' class='sp_text_font sp_text_font_bold'> <span id='sp_pool_count' class='sp_text_font sp_text_font_bold'>
<?php <?php
echo $this->poolCount; echo $this->poolCount;
echo ngettext(" file meets the criteria", " files meets the criteria", $this->poolCount); echo ngettext(" file meets the criteria", " files meet the criteria", $this->poolCount);
?> ?>
</span> </span>
<?php if ($this->poolCount > 0) { ?> <?php if ($this->poolCount > 0) { ?>