Index: trunk/extensions/Translate/utils/TranslationHelpers.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | } elseif ( $suggestions === 'checks' ) { |
199 | 199 | global $wgRequest; |
200 | 200 | $this->translation = $wgRequest->getText( 'translation' ); |
201 | | - return (string) $this->callBox( $all['check'], 'check' ); |
| 201 | + return (string) $this->callBox( 'check', $all['check'] ); |
202 | 202 | } |
203 | 203 | |
204 | 204 | if ( $this->group instanceof RecentMessageGroup ) { |