Index: trunk/extensions/Makesysop/SpecialMakesysop_body.php |
— | — | @@ -229,7 +229,7 @@ |
230 | 230 | $this->mPosted = $request->wasPosted(); |
231 | 231 | $this->mRequest =& $request; |
232 | 232 | $this->mName = 'userrights'; |
233 | | - $this->mReason = $request->getText( 'wpMakesysopReason' ); |
| 233 | + $this->mReason = $request->getText( 'user-reason' ); |
234 | 234 | $titleObj = Title::makeTitle( NS_SPECIAL, 'Makesysop' ); |
235 | 235 | $this->action = $titleObj->escapeLocalURL(); |
236 | 236 | |