changed wording on displayed message to be more understandable

This commit is contained in:
Robbt 2018-12-10 15:24:18 -05:00
parent bfe88efdf3
commit d6796ade97
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'>
<?php
echo $this->poolCount;
echo ngettext(" file meets the criteria", " files meet the criteria", $this->poolCount);
echo ngettext(" track matches your search criteria.", " tracks match your search criteria.", $this->poolCount);
?>
</span>
<?php if ($this->poolCount > 0) { ?>