Index: editor.js
===================================================================
--- editor.js	(revision 402)
+++ editor.js	(working copy)
@@ -151,7 +151,7 @@
 					return '&lt;/'+tag.toLowerCase()+'&gt;';
 				});
 
-				link.parent('p').siblings('textarea').html(result.translation).focus();
+				link.parent('p').siblings('textarea').val(result.translation).focus();
 				$gp.notices.success('Translated!');
 			} else {
 				$gp.notices.error('Error in translating via Google Translate: '+result.message+'!');

