From 6310a1a8f2ed5d52f1b46c06f3d8a69f97647b4e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 15 Jul 2009 17:45:29 +0000 Subject: - Patch #519216 by tgeller: small wording change. --- modules/forum/forum.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.admin.inc b/modules/forum/forum.admin.inc index 0f6184513..efd0944e3 100644 --- a/modules/forum/forum.admin.inc +++ b/modules/forum/forum.admin.inc @@ -193,7 +193,7 @@ function forum_admin_settings() { '#title' => t('Hot topic threshold'), '#default_value' => 15, '#options' => $number, - '#description' => t('The number of posts a topic must have to be considered "hot".'), + '#description' => t('The number of replies a topic must have to be considered "hot".'), ); $number = drupal_map_assoc(array(10, 25, 50, 75, 100)); $form['forum_per_page'] = array('#type' => 'select', -- cgit v1.2.3