- Made it easier to translate the the "Jump to" link of the forum module.

Patch #68 by Stefan.
4.3.x
Dries Buytaert 2003-07-08 09:53:14 +00:00
parent 1482a56596
commit 70c40e3a9b
2 changed files with 2 additions and 2 deletions

View File

@ -559,7 +559,7 @@ function forum_theme_list($forums, $parents, $tid) {
}
if ($links) {
$output .= "<br />". t("Jump to") .": ". implode(", ", $links);
$output .= "<br />". t("Jump to: %links", array("%links" => implode(", ", $links)));
}
$output .= "</div></td></tr></table></td>";

View File

@ -559,7 +559,7 @@ function forum_theme_list($forums, $parents, $tid) {
}
if ($links) {
$output .= "<br />". t("Jump to") .": ". implode(", ", $links);
$output .= "<br />". t("Jump to: %links", array("%links" => implode(", ", $links)));
}
$output .= "</div></td></tr></table></td>";