r55568 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55567‎ | r55568 | r55569 >
Date:13:55, 25 August 2009
Author:thomasv
Status:deferred
Tags:
Comment:
show percentages rather than absolute values
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage.php
@@ -1285,7 +1285,7 @@
12861286 }
12871287 $sk = $wgUser->getSkin();
12881288 $indexlink = $sk->makeKnownLink( "$index_namespace:$title", "[index]" );
1289 - $output = wfMsgForContent( 'proofreadpage_quality_message', $n0, $n1, $n2, $n3, $n4, $n, $indexlink );
 1289+ $output = wfMsgForContent( 'proofreadpage_quality_message', $n0*100/$n, $n1*100/$n, $n2*100/$n, $n3*100/$n, $n4*100/$n, $n, $indexlink );
12901290 $out->setSubtitle($output);
12911291 return true;
12921292 };

Status & tagging log