Index: trunk/extensions/Translate/TranslateHooks.php |
— | — | @@ -399,7 +399,7 @@ |
400 | 400 | |
401 | 401 | /// Hook: Translate:MessageGroupStats:isIncluded |
402 | 402 | public static function hideDiscouragedFromStats( $id, $code ) { |
403 | | - // Return true to keep, false to exlude |
| 403 | + // Return true to keep, false to exclude |
404 | 404 | return MessageGroups::getPriority( $id ) !== 'discouraged'; |
405 | 405 | } |
406 | 406 | |