Index: trunk/extensions/Translate/api/ApiAggregateGroups.php |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | TranslateMetadata::set( $aggregateGroup, 'description', false ) ; |
77 | 77 | } elseif ( $action === 'add' ) { |
78 | 78 | if ( TranslateMetadata::get( $aggregateGroup, 'subgroups' ) ) { |
79 | | - $this->dieUsage( 'Aggregate Group aleady exists', 'duplicateaggregategroup' ); |
| 79 | + $this->dieUsage( 'Aggregate message group already exists', 'duplicateaggregategroup' ); |
80 | 80 | } |
81 | 81 | // @FIXME: check that the group id is valid (like, no commas) |
82 | 82 | TranslateMetadata::set( $aggregateGroup, 'subgroups', '' ) ; |