r45311 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45310‎ | r45311 | r45312 >
Date:10:42, 2 January 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
*(bug 6749) Terminology on history page [last -> prev]
*Also made parts of legend bold
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1238,12 +1238,12 @@
12391239 'currentrevisionlink' => 'Current revision',
12401240 'cur' => 'cur',
12411241 'next' => 'next',
1242 -'last' => 'last',
 1242+'last' => 'prev',
12431243 'page_first' => 'first',
12441244 'page_last' => 'last',
12451245 'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
1246 -Legend: (cur) = difference with current version,
1247 -(last) = difference with preceding version, M = minor edit.',
 1246+Legend: \'\'\'(cur)\'\'\' = difference with current version,
 1247+\'\'\'(prev)\'\'\' = difference with preceding version, \'\'\'M\'\'\' = minor edit.',
12481248 'history-fieldset-title' => 'Browse history',
12491249 'history_copyright' => '-', # do not translate or duplicate this message to other languages
12501250 'deletedrev' => '[deleted]',

Comments

#Comment by Brion VIBBER (talk | contribs)   22:05, 6 January 2009

This triggers an issue with bug 16909 -- existing customized legends will be out of date.

Status & tagging log