r113918 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113917‎ | r113918 | r113919 >
Date:14:43, 15 March 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix typo
Modified paths:
  • /trunk/extensions/Translate/api/ApiAggregateGroups.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113709create the groupdId by more better....santhosh06:32, 13 March 2012

Status & tagging log