- Made it easier to translate the the "Jump to" link of the forum module.
Patch #68 by Stefan.4.3.x
parent
1482a56596
commit
70c40e3a9b
|
@ -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>";
|
||||
|
|
|
@ -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>";
|
||||
|
|
Loading…
Reference in New Issue