summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-15 17:45:29 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-15 17:45:29 +0000
commit6310a1a8f2ed5d52f1b46c06f3d8a69f97647b4e (patch)
tree80665e1804ed7c1678d87f93fb772b6a796bf5b9
parent5a8452c55b9e6d7fcef921a7b56c23ef29eec3a9 (diff)
downloadbrdo-6310a1a8f2ed5d52f1b46c06f3d8a69f97647b4e.tar.gz
brdo-6310a1a8f2ed5d52f1b46c06f3d8a69f97647b4e.tar.bz2
- Patch #519216 by tgeller: small wording change.
-rw-r--r--modules/forum/forum.admin.inc2
1 files changed, 1 insertions, 1 deletions
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',