summaryrefslogtreecommitdiff
path: root/modules/tracker.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tracker.module')
-rw-r--r--modules/tracker.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker.module b/modules/tracker.module
index a700f13dc..780923705 100644
--- a/modules/tracker.module
+++ b/modules/tracker.module
@@ -45,7 +45,7 @@ function tracker_page() {
if ($new = comment_num_new($node->nid)) {
$comments .= '<br />';
- $comments .= l(t('%a new', array('%a' => $new)), "node/view/$node->nid", NULL, NULL, 'new');
+ $comments .= l(t('%num new', array('%num' => $new)), "node/view/$node->nid", NULL, NULL, 'new');
}
}
else {