From 70c40e3a9b9bd090a0adcf627577a5e7f6789b7d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 8 Jul 2003 09:53:14 +0000 Subject: - Made it easier to translate the the "Jump to" link of the forum module. Patch #68 by Stefan. --- modules/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum.module') diff --git a/modules/forum.module b/modules/forum.module index 24c5fb621..434f7c1d4 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -559,7 +559,7 @@ function forum_theme_list($forums, $parents, $tid) { } if ($links) { - $output .= "
". t("Jump to") .": ". implode(", ", $links); + $output .= "
". t("Jump to: %links", array("%links" => implode(", ", $links))); } $output .= ""; -- cgit v1.2.3