diff --git a/include/bugs.php b/include/bugs.php index 48fbb4e..ed22aaf 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -587,12 +587,12 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds) echo " Description\n"; echo " Status\n"; echo " Resolution\n"; - echo " Other Apps affected\n"; + echo " Other apps affected\n"; if($bCanEdit == true) { - echo " delete\n"; - echo " checked\n"; + echo " Delete\n"; + echo " Checked\n"; } echo "\n\n"; @@ -658,13 +658,13 @@ function view_version_bugs($iVersionId = null, $aBuglinkIds) if ( isset( $aClean['sAllBugs'] ) ) { $sURL = str_replace( '&sAllBugs', '', $_SERVER['REQUEST_URI'] ); - $sLink = 'Show Open Bugs'; + $sLink = 'Show open bugs'; } // show all link else { $sURL = $_SERVER['REQUEST_URI'] . '&sAllBugs'; - $sLink = 'Show All Bugs'; + $sLink = 'Show all bugs'; } echo '
' . $sLink .'
'; diff --git a/include/comment.php b/include/comment.php index 6a1716a..a999e41 100644 --- a/include/comment.php +++ b/include/comment.php @@ -617,8 +617,8 @@ class Comment { $sel[$_SESSION['current']->getPref("comments:mode", "threaded")] = 'selected'; echo '
',"\n"; - echo "Application Comments $messageCount total comments "; - echo 'Mode ',"\n"; echo ' ',"\n"; echo ' ',"\n"; echo ' ',"\n"; diff --git a/include/note.php b/include/note.php index 4233ac3..3be1b94 100644 --- a/include/note.php +++ b/include/note.php @@ -270,7 +270,7 @@ class Note { { $shOutput .= ""; $shOutput .= "iNoteId."&sReturnTo=".urlencode($shReturnTo)."\">"; - $shOutput .= ''; + $shOutput .= ''; $shOutput .= '
'; } diff --git a/include/testData.php b/include/testData.php index 23aff30..d2d4b36 100644 --- a/include/testData.php +++ b/include/testData.php @@ -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 ''; } diff --git a/include/version.php b/include/version.php index 4e3ecd2..5afa0b5 100644 --- a/include/version.php +++ b/include/version.php @@ -1111,7 +1111,7 @@ class version { echo "
\n"; echo "\t
\n"; - echo "\t\tSelected test results (selected in 'Test Results' table below)\n"; + echo "\t\tSelected Test Results (selected in 'Test Results' table below)\n"; echo "\t
\n"; echo "
\n";