diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-15 17:45:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-15 17:45:29 +0000 |
commit | 6310a1a8f2ed5d52f1b46c06f3d8a69f97647b4e (patch) | |
tree | 80665e1804ed7c1678d87f93fb772b6a796bf5b9 /modules/forum | |
parent | 5a8452c55b9e6d7fcef921a7b56c23ef29eec3a9 (diff) | |
download | brdo-6310a1a8f2ed5d52f1b46c06f3d8a69f97647b4e.tar.gz brdo-6310a1a8f2ed5d52f1b46c06f3d8a69f97647b4e.tar.bz2 |
- Patch #519216 by tgeller: small wording change.
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum.admin.inc | 2 |
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', |