Index: trunk/extensions/Translate/specials/SpecialLanguageStats.php |
— | — | @@ -234,8 +234,7 @@ |
235 | 235 | // @todo: Allow extra message here, once total translated volume goes |
236 | 236 | // over a certain percentage? (former live hack at translatewiki) |
237 | 237 | // if ( $this->totals['2'] && ( $this->totals['1'] / $this->totals['2'] ) > 0.95 ) { |
238 | | - // global $wgOut; |
239 | | - // $out .= $wfMessage( 'translate-somekey' ); |
| 238 | + // $out .= wfMessage( 'translate-somekey' ); |
240 | 239 | // } |
241 | 240 | |
242 | 241 | return $out; |