Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -235,6 +235,8 @@ |
236 | 236 | $th = new TranslationHelpers( $object->mTitle ); |
237 | 237 | if ( $object->firsttime && !$wgRequest->getCheck( 'oldid' ) && !$wgRequest->getCheck( 'undo' ) ) { |
238 | 238 | $object->textbox1 = $th->getTranslation(); |
| 239 | + } else { |
| 240 | + $th->setTranslation( $object->textbox1 ); |
239 | 241 | } |
240 | 242 | |
241 | 243 | TranslateUtils::injectCSS(); |