Module: appdb Branch: master Commit: 295ff345ba456dc0a7b92fe4aad9752e13521fcc URL: http://source.winehq.org/git/appdb.git/?a=commit;h=295ff345ba456dc0a7b92fe4a...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Wed Jul 29 21:21:11 2009 +0200
Misc. capitalization changes
---
include/bugs.php | 10 +++++----- include/comment.php | 4 ++-- include/note.php | 2 +- include/testData.php | 4 ++-- include/version.php | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-)
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 " <td>Description</td>\n"; echo " <td align=center width="80">Status</td>\n"; echo " <td align=center width="80">Resolution</td>\n"; - echo " <td align=center width="80">Other Apps affected</td>\n"; + echo " <td align=center width="80">Other apps affected</td>\n";
if($bCanEdit == true) { - echo " <td align=center width="80">delete</td>\n"; - echo " <td align=center width="80">checked</td>\n"; + echo " <td align=center width="80">Delete</td>\n"; + echo " <td align=center width="80">Checked</td>\n"; } echo "</tr>\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 = '<a href="' . htmlentities($sURL) . '">Show Open Bugs</a>'; + $sLink = '<a href="' . htmlentities($sURL) . '">Show open bugs</a>'; } // show all link else { $sURL = $_SERVER['REQUEST_URI'] . '&sAllBugs'; - $sLink = '<a href="' . htmlentities($sURL) . '">Show All Bugs</a>'; + $sLink = '<a href="' . htmlentities($sURL) . '">Show all bugs</a>'; }
echo '<div style="text-align:right;">' . $sLink .'</div>'; 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 '<td><form method="post" name="sMode" action="'. $oVersion->objectMakeUrl().'">',"\n"; - echo "<b>Application Comments</b> $messageCount total comments "; - echo '<b>Mode</b> <select name="sCmode" onchange="document.sMode.submit();">',"\n"; + echo "<b>Application comments:</b> $messageCount total comments "; + echo '<b>Mode:</b> <select name="sCmode" onchange="document.sMode.submit();">',"\n"; echo ' <option value="flat" '.$sel['flat'].'>Flat</option>',"\n"; echo ' <option value="threaded" '.$sel['threaded'].'>Threaded</option>',"\n"; echo ' <option value="nested" '.$sel['nested'].'>Nested</option>',"\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 .= "<tr class="color1" align="center" valign="top"><td>"; $shOutput .= "<form method="post" name="message" action="objectManager.php?sClass=note&sAction=edit&iId=".$this->iNoteId."&sReturnTo=".urlencode($shReturnTo)."">"; - $shOutput .= '<input type="submit" value="Edit Note" class="button">'; + $shOutput .= '<input type="submit" value="Edit note" class="button">'; $shOutput .= '</form></td></tr>'; }
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 '<input type="hidden" name="bShowAll" value="true">'; }
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 "<div class='info_container'>\n";
echo "\t<div class='title_class'>\n"; - echo "\t\tSelected test results <small><small>(selected in 'Test Results' table below)</small></small>\n"; + echo "\t\tSelected Test Results <small><small>(selected in 'Test Results' table below)</small></small>\n"; echo "\t</div>\n";
echo "<div class='info_contents'>\n";