Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -291,7 +291,7 @@ |
292 | 292 | $translation = $xx; |
293 | 293 | } |
294 | 294 | |
295 | | - if ( $object->firsttime && !$wgRequest->getCheck( 'oldid' ) ) { |
| 295 | + if ( $object->firsttime && !$wgRequest->getCheck( 'oldid' ) && !$wgRequest->getCheck( 'undo' ) ) { |
296 | 296 | $object->textbox1 = $translation; |
297 | 297 | } else { |
298 | 298 | $translation = $object->textbox1; |