Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -241,7 +241,7 @@ |
242 | 242 | # Table header |
243 | 243 | $table = "<table class='sortable recordadmin $type-record'>\n<tr>"; |
244 | 244 | $th = array( |
245 | | - 'title' => "<th class='col0'>" . wfMsg( 'recordadmin-record', $type ) . "<br></th>", |
| 245 | + 'title' => "<th class='col0'>" . wfMsg( 'recordadmin-title', $type ) . "<br></th>", |
246 | 246 | 'actions' => "<th class='col1'>" . wfMsg( 'recordadmin-actions' ) . "<br></th>", |
247 | 247 | 'created' => "<th class='col2'>" . wfMsg( 'recordadmin-created' ) . "<br></th>" |
248 | 248 | ); |