Ticket #6632: patch.capitalization.diff
| File patch.capitalization.diff, 683 bytes (added by , 16 years ago) |
|---|
-
programs/mythbackend/httpstatus.cpp
651 651 return 0; 652 652 653 653 os << " <div class=\"content\">\r\n" 654 << " <h2>Encoder status</h2>\r\n";654 << " <h2>Encoder Status</h2>\r\n"; 655 655 656 656 QDomNode node = encoders.firstChild(); 657 657 … … 1072 1072 return( 0 ); 1073 1073 1074 1074 os << "<div class=\"content\">\r\n" 1075 << " <h2>Machine information</h2>\r\n";1075 << " <h2>Machine Information</h2>\r\n"; 1076 1076 1077 1077 // load average --------------------- 1078 1078
