Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -453,7 +453,7 @@ |
454 | 454 | protected $id = 'core-mostused'; |
455 | 455 | protected $meta = true; |
456 | 456 | |
457 | | - protected $description = 'This is a list of about 500 most often displayed messages. The list has been build from statistical data gathered from a profiling run in all Wikimedia wikies.'; |
| 457 | + protected $description = 'This is a list of about 500 most often displayed messages. The list has been build from data gathered from a profiling run on all Wikimedia wikis.'; |
458 | 458 | |
459 | 459 | public function export( MessageCollection $messages ) { return 'Not supported'; } |
460 | 460 | public function exportToFile( MessageCollection $messages, $authors ) { return 'Not supported'; } |