- Tiny usability improvement for translators. Patch by Gerhard.

4.5.x
Dries Buytaert 2004-03-29 19:00:07 +00:00
parent 5b30c3447f
commit 637898ecc3
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {