Index: trunk/extensions/Translate/specials/SpecialTranslate.php |
— | — | @@ -271,7 +271,7 @@ |
272 | 272 | protected function limitSelector() { |
273 | 273 | global $wgLang; |
274 | 274 | |
275 | | - $items = array( 100, 250, 500, 1000, 2500 ); |
| 275 | + $items = array( 100, 1000, 5000 ); |
276 | 276 | $selector = new HTMLSelector( 'limit', 'limit', $this->options['limit'] ); |
277 | 277 | |
278 | 278 | foreach ( $items as $count ) { |