diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-02-23 08:02:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-02-23 08:02:48 +0000 |
commit | 6030a5b2e4b11333ff8ba8f225a53cef6c4303eb (patch) | |
tree | c7189a1a3c7b6fa83f4244b2c680028110ee7820 | |
parent | a82e1fe2b96af1d7ed2234562893a79c8207cb9e (diff) | |
download | brdo-6030a5b2e4b11333ff8ba8f225a53cef6c4303eb.tar.gz brdo-6030a5b2e4b11333ff8ba8f225a53cef6c4303eb.tar.bz2 |
- Patch #81931 by keith.smith: improved wording of help text.
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index a6166a89d..4efb3775f 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -296,7 +296,7 @@ function comment_block($op = 'list', $delta = 0, $edit = array()) { '#title' => t('Number of recent comments'), '#default_value' => variable_get('comment_block_count', 10), '#options' => drupal_map_assoc(array(2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 25, 30)), - '#description' => t('Number of comments to display in block with recent comments.'), + '#description' => t('Number of comments displayed in the <em>Recent comments</em> block.'), ); return $form; |