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

@@ -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";