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'>$type<br></th>", |
| 245 | + 'title' => "<th class='col0'>" . wfMsg( 'recordadmin-record', $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 | ); |
Index: trunk/extensions/RecordAdmin/RecordAdmin.i18n.php |
— | — | @@ -44,6 +44,7 @@ |
45 | 45 | 'recordadmin-summary-typecreated' => 'New $1 created', |
46 | 46 | 'recordadmin-viewlink' => 'view', |
47 | 47 | 'recordadmin-editlink' => 'edit', |
| 48 | + 'recordadmin-title' => '$1', |
48 | 49 | 'recordadmin-created' => 'Created', |
49 | 50 | 'recordadmin-actions' => 'Actions', |
50 | 51 | 'right-recordadmin' => 'Find and edit record pages', |