Index: trunk/extensions/Translate/specials/SpecialTranslate.php |
— | — | @@ -260,7 +260,7 @@ |
261 | 261 | if ( $taction === 'proofread' ) { |
262 | 262 | $extra = $this->taskLinks( array( 'acceptqueue', 'reviewall' ) ); |
263 | 263 | } elseif ( $taction === 'translate' ) { |
264 | | - $extra = $this->taskLinks( array( 'untranslated', 'view', 'optional', 'suggestions' ) ); |
| 264 | + $extra = $this->taskLinks( array( 'view', 'untranslated', 'optional', 'suggestions' ) ); |
265 | 265 | } elseif ( $taction === 'export' ) { |
266 | 266 | $extra = $this->taskLinks( array( 'export-as-po', 'export-to-file' ) ); |
267 | 267 | } else { |