diff -urp ../../../default/files/deadwood/commentluv/commentluv.module ../commentluv/commentluv.module
--- ../../../default/files/deadwood/commentluv/commentluv.module	2008-03-25 18:57:36.000000000 +0100
+++ ../commentluv/commentluv.module	2008-08-31 10:56:58.586994497 +0200
@@ -67,7 +67,7 @@ function commentluv_form_alter($form_id,
 	  $form['luv'] = array(
 		  '#type' => 'checkbox',
 		  '#title' => t('Comment Luv'),
-		  '#description' => ('This blog uses the <a href="http://www.fiddyp.co.uk/commentluv-wordpress-plugin">CommentLuv</a> <a href="http://imafish.co.uk/commentluv">Drupal</a> plugin which will try and parse your sites feed and display a link to your last post, please be patient while it tries to find it for you.'),
+		  '#description' => t('This blog uses the <a href="http://www.fiddyp.co.uk/commentluv-wordpress-plugin">CommentLuv</a> <a href="http://imafish.co.uk/commentluv">Drupal</a> plugin which will try and parse your sites feed and display a link to your last post, please be patient while it tries to find it for you.'),
 	   );
  }
 }
@@ -192,7 +192,7 @@ function commentluv_comment($comment, $o
 		// ****************************
 		// insert last post data onto the end of the comment content
 		if($feed_title && $feed_post){	// only output if last post found
-			$author_excerpt="\n\n<em>".$comment['name']."'s last blog post..<a href='$feed_post'>$feed_title</a></em>";
+			$author_excerpt="\n\n<em>".$comment['name']. t("'s last blog post...") ." <a href='$feed_post'> $feed_title</a></em>";
 			$comment['comment']=substr_replace($comment['comment'], $author_excerpt,strlen($comment['comment']),0);
 		}
 			$result = comment_save($comment);
