Index: modules/views_node.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/views_node.inc,v
retrieving revision 1.33
diff -u -r1.33 views_node.inc
--- modules/views_node.inc	14 Nov 2006 06:52:57 -0000	1.33
+++ modules/views_node.inc	28 Nov 2006 15:33:50 -0000
@@ -423,7 +423,7 @@
   $comments = intval($value);
   if (module_exists('comment') && $comments && $new = comment_num_new($data->nid)) {
     $comments .= '<br />';
-    $comments .= l(t('%num new', array('%num' => $new)), "node/$data->nid", NULL, NULL, 'new');
+    $comments .= l(t('@num new', array('@num' => $new)), "node/$data->nid", NULL, NULL, 'new');
   }
   return $comments;
 }
