r46033 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46032‎ | r46033 | r46034 >
Date:20:30, 22 January 2009
Author:nad
Status:deferred
Tags:
Comment:
recordadmin-title
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -241,7 +241,7 @@
242242 # Table header
243243 $table = "<table class='sortable recordadmin $type-record'>\n<tr>";
244244 $th = array(
245 - 'title' => "<th class='col0'>" . wfMsg( 'recordadmin-record', $type ) . "<br></th>",
 245+ 'title' => "<th class='col0'>" . wfMsg( 'recordadmin-title', $type ) . "<br></th>",
246246 'actions' => "<th class='col1'>" . wfMsg( 'recordadmin-actions' ) . "<br></th>",
247247 'created' => "<th class='col2'>" . wfMsg( 'recordadmin-created' ) . "<br></th>"
248248 );

Status & tagging log