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 ' |