Misc. capitalization changes

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-29 21:21:11 +02:00
parent 6c1f52c764
commit 295ff345ba
5 changed files with 11 additions and 11 deletions

View File

@@ -696,10 +696,10 @@ class testData{
if($rowsUsed >= $iDisplayLimit && $bShowAll)
{
$sShowButtonText = "Limit to $iDisplayLimit Tests";
$sShowButtonText = "Limit to $iDisplayLimit tests";
} else
{
$sShowButtonText = "Show All Tests";
$sShowButtonText = "Show all tests";
echo '<input type="hidden" name="bShowAll" value="true">';
}