- Tiny usability improvement for translators. Patch by Gerhard.
parent
5b30c3447f
commit
637898ecc3
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue