Index: trunk/extensions/Translate/lcadft/SpecialTranslatorSignup.php |
— | — | @@ -64,7 +64,6 @@ |
65 | 65 | } else { |
66 | 66 | $status = $this->msg( 'lcadft-email-notset' )->parse(); |
67 | 67 | } |
68 | | - |
69 | 68 | |
70 | 69 | $m['emailstatus'] = array( |
71 | 70 | 'type' => 'info', |
— | — | @@ -108,7 +107,7 @@ |
109 | 108 | $this->msg( 'lcadft-freq-week' )->text() => 'week', |
110 | 109 | $this->msg( 'lcadft-freq-month' )->text() => 'month', |
111 | 110 | $this->msg( 'lcadft-freq-weekly' )->text() => 'weekly', |
112 | | - $this->msg( 'lcadft-freq-monthly' )->text() => 'monthl', |
| 111 | + $this->msg( 'lcadft-freq-monthly' )->text() => 'monthly', |
113 | 112 | ), |
114 | 113 | ); |
115 | 114 | return $m; |
— | — | @@ -146,5 +145,4 @@ |
147 | 146 | |
148 | 147 | return array_combine( $wikis, $wikis ); |
149 | 148 | } |
150 | | - |
151 | 149 | } |