https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113918

Revision: 113918
Author:   nikerabbit
Date:     2012-03-15 14:43:21 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
Fix typo

Modified Paths:
--------------
    trunk/extensions/Translate/api/ApiAggregateGroups.php

Modified: trunk/extensions/Translate/api/ApiAggregateGroups.php
===================================================================
--- trunk/extensions/Translate/api/ApiAggregateGroups.php       2012-03-15 
14:22:56 UTC (rev 113917)
+++ trunk/extensions/Translate/api/ApiAggregateGroups.php       2012-03-15 
14:43:21 UTC (rev 113918)
@@ -75,7 +75,7 @@
                        TranslateMetadata::set( $aggregateGroup, 'description', 
false ) ;
                } elseif ( $action === 'add' ) {
                        if ( TranslateMetadata::get( $aggregateGroup, 
'subgroups' ) ) {
-                               $this->dieUsage( 'Aggregate Group aleady 
exists', 'duplicateaggregategroup' );
+                               $this->dieUsage( 'Aggregate message group 
already exists', 'duplicateaggregategroup' );
                        }
                        // @FIXME: check that the group id is valid (like, no 
commas)
                        TranslateMetadata::set( $aggregateGroup, 'subgroups', 
'' ) ;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to