diff -urp --strip-trailing-cr ../flatcomments/flatcomments.module ./flatcomments.module
--- ../flatcomments/flatcomments.module	2009-06-05 07:09:49.000000000 +0200
+++ ./flatcomments.module	2009-06-06 01:20:32.000000000 +0200
@@ -103,6 +103,6 @@ function flatcomments_preprocess_comment
   // hook_link_alter does not run for comment threads.
   // Hopefully will be fixed in D7. http://drupal.org/node/374463
   if (in_array('reply', variable_get('flatcomments_remove_reply_link_' . $vars['node']->type, array()))) {
-    $vars['links'] = preg_replace('(\<li.*\>reply\</a\>\</li\>)', '', $vars['links']);
+    $vars['links'] = preg_replace('(\<li.*\>'. t('reply') .'\</a\>\</li\>)', '', $vars['links']);
   }
 }
