r112009 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112008‎ | r112009 | r112010 >
Date:12:46, 21 February 2012
Author:siebrand
Status:ok
Tags:
Comment:
Fix typo and update whitespace.
Modified paths:
  • /trunk/extensions/Translate/lcadft/SpecialTranslatorSignup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/lcadft/SpecialTranslatorSignup.php
@@ -64,7 +64,6 @@
6565 } else {
6666 $status = $this->msg( 'lcadft-email-notset' )->parse();
6767 }
68 -
6968
7069 $m['emailstatus'] = array(
7170 'type' => 'info',
@@ -108,7 +107,7 @@
109108 $this->msg( 'lcadft-freq-week' )->text() => 'week',
110109 $this->msg( 'lcadft-freq-month' )->text() => 'month',
111110 $this->msg( 'lcadft-freq-weekly' )->text() => 'weekly',
112 - $this->msg( 'lcadft-freq-monthly' )->text() => 'monthl',
 111+ $this->msg( 'lcadft-freq-monthly' )->text() => 'monthly',
113112 ),
114113 );
115114 return $m;
@@ -146,5 +145,4 @@
147146
148147 return array_combine( $wikis, $wikis );
149148 }
150 -
151149 }

Status & tagging log