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

Revision: 112902
Author:   siebrand
Date:     2012-03-02 16:48:26 +0000 (Fri, 02 Mar 2012)
Log Message:
-----------
Fix typo in comment updated in r112887.

Modified Paths:
--------------
    trunk/extensions/Translate/tag/SpecialPageTranslation.php

Modified: trunk/extensions/Translate/tag/SpecialPageTranslation.php
===================================================================
--- trunk/extensions/Translate/tag/SpecialPageTranslation.php   2012-03-02 
16:46:27 UTC (rev 112901)
+++ trunk/extensions/Translate/tag/SpecialPageTranslation.php   2012-03-02 
16:48:26 UTC (rev 112902)
@@ -86,7 +86,7 @@
 
                        if ( $action === 'encourage' ) {
                                $dbw->delete( $table, $row, __METHOD__ );
-                               // @todo Check if page is currently actually 
encourageed to prevent duplicate log entries.
+                               // @todo Check if page is currently actually 
encouraged to prevent duplicate log entries.
                                $logger->addEntry( 'encourage', $title, null, 
array( serialize( $params ) ) );
                        } else {
                                $index = array( 'tgr_group', 'tgr_lang' );


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

Reply via email to