From dc938c533bbf94f2ce2400cfc006d1f1ced8e96d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Feb 2004 21:04:42 +0000 Subject: - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help, fixed translation issues in taxonomy module, etc. --- modules/forum/forum.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum/forum.module') diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 516da7df5..8e0f5c601 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -72,7 +72,7 @@ function forum_settings() { $group .= form_radios(t("Default order"), "forum_order", variable_get("forum_order", "1"), $forder, t("The default display order for topics.")); $output .= form_group(t('Forum viewing options'), $group); - $group = form_textfield(t("Number of topics in block"), "forum_block_num", variable_get("forum_block_num", "5"), 5, 5, t("The number of topics to show in the \"Forum topics\" block. To enable the block, click ". l("here", "admin/system/block") .".")); + $group = form_textfield(t("Number of topics in block"), "forum_block_num", variable_get("forum_block_num", "5"), 5, 5, t("The number of topics to show in the \"Forum topics\" block. To enable the block, go to the block administration page.", array("%block-administration" => url("admin/system/block")))); $output .= form_group(t('"Forum topic" block settings'), $group); } } -- cgit v1.2.3