Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -1285,7 +1285,7 @@ |
1286 | 1286 | } |
1287 | 1287 | $sk = $wgUser->getSkin(); |
1288 | 1288 | $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 ); |
1290 | 1290 | $out->setSubtitle($output); |
1291 | 1291 | return true; |
1292 | 1292 | }; |