Change 'results' count message.
This commit is contained in:
parent
c0e75b6b6a
commit
7bb1c0d208
1 changed files with 2 additions and 2 deletions
|
|
@ -96,9 +96,9 @@
|
|||
if ($count == 0) {
|
||||
print ("No results - try to widen your search.");
|
||||
} elseif ($count == 1) {
|
||||
print ("1 result found.");
|
||||
print ("1 result shown.");
|
||||
} else {
|
||||
print ($count . " results found.");
|
||||
print ($count . " results shown.");
|
||||
}
|
||||
?>
|
||||
</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue