Index: trunk/phase3/includes/specials/SpecialAllmessages.php |
— | — | @@ -137,7 +137,7 @@ |
138 | 138 | // We want to have an option for people to view *all* the messages, |
139 | 139 | // so they can use Ctrl+F to search them. 5000 is the maximum that |
140 | 140 | // will get through WebRequest::getLimitOffset(). |
141 | | - $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 => wfMsg('limitall') ); |
| 141 | + $this->mLimitsShown = array( 20, 50, 100, 250, 500, 5000 ); |
142 | 142 | |
143 | 143 | global $wgLang, $wgContLang, $wgRequest; |
144 | 144 | |