diff --git a/modules/forum/forum.admin.inc b/modules/forum/forum.admin.inc index 0f61845135f17a3a3ac855a8036b766e2dc3d155..efd0944e3e69515267e22bddc98ea10aa5a15fc3 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',