diff -urp nodecomment.old/nodecomment.module nodecomment/nodecomment.module
--- nodecomment.old/nodecomment.module	2008-09-19 10:52:23.000000000 +0200
+++ nodecomment/nodecomment.module	2008-09-25 13:16:15.000000000 +0200
@@ -88,7 +88,7 @@ function nodecomment_menu() {
     'page callback' => 'drupal_get_form',
     'page arguments' => array('nodecomment_admin_settings'),
     'access arguments' => array('administer comments'),
-    'description' => t("Administer your site's comment settings."),
+    'description' => "Administer your site's comment settings.",
   );
   
   $items['node/%node/%node'] = array(
@@ -696,7 +696,7 @@ function nodecomment_form_box($node, $ti
 
 function _nodecomment_delete_thread($comment) {
   if (!is_object($comment) || !is_numeric($comment->cid)) {
-    watchdog('content', t('Can not delete non-existent comment.'), WATCHDOG_WARNING);
+    watchdog('content', 'Can not delete non-existent comment.', WATCHDOG_WARNING);
     return;
   }
 
