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

Revision: 112009
Author:   siebrand
Date:     2012-02-21 12:46:28 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
Fix typo and update whitespace.

Modified Paths:
--------------
    trunk/extensions/Translate/lcadft/SpecialTranslatorSignup.php

Modified: trunk/extensions/Translate/lcadft/SpecialTranslatorSignup.php
===================================================================
--- trunk/extensions/Translate/lcadft/SpecialTranslatorSignup.php       
2012-02-21 12:24:56 UTC (rev 112008)
+++ trunk/extensions/Translate/lcadft/SpecialTranslatorSignup.php       
2012-02-21 12:46:28 UTC (rev 112009)
@@ -64,7 +64,6 @@
                } else {
                        $status = $this->msg( 'lcadft-email-notset' )->parse();
                }
-                       
 
                $m['emailstatus'] = array(
                        'type' => 'info',
@@ -108,7 +107,7 @@
                                $this->msg( 'lcadft-freq-week' )->text()    => 
'week',
                                $this->msg( 'lcadft-freq-month' )->text()   => 
'month',
                                $this->msg( 'lcadft-freq-weekly' )->text()  => 
'weekly',
-                               $this->msg( 'lcadft-freq-monthly' )->text() => 
'monthl',
+                               $this->msg( 'lcadft-freq-monthly' )->text() => 
'monthly',
                        ),
                );
                return $m;
@@ -146,5 +145,4 @@
 
                return array_combine( $wikis, $wikis );
        }
-
 }


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to