diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-14 20:38:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-14 20:38:15 +0000 |
commit | 28714aa363f433c440159ca5c32d9f505e89c7b4 (patch) | |
tree | aae6caa77d3dbd833ef4f5ca5724d24bb35bd734 /modules/forum | |
parent | 378d39f4bcb9bf6878974ff1d3bf956284062fd4 (diff) | |
download | brdo-28714aa363f433c440159ca5c32d9f505e89c7b4.tar.gz brdo-28714aa363f433c440159ca5c32d9f505e89c7b4.tar.bz2 |
- Patch #658140 by jhodgdon: various small help text fixes.
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 5c586067c..cc9a4605c 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -36,7 +36,7 @@ function forum_help($path, $arg) { $output .= '<dt>' . t('Moving forum topics') . '</dt>'; $output .= '<dd>' . t('A forum topic (and all of its comments) may be moved between forums by selecting a different forum while editing a forum topic. When moving a forum topic between forums, the <em>Leave shadow copy</em> option creates a link in the original forum pointing to the new location.') . '</dd>'; $output .= '<dt>' . t('Locking and disabling comments') . '</dt>'; - $output .= '<dd>' . t('Selecting <em>Closed</em> under <em>Comment settings</em> while editing a forum topic will lock (prevent new comments on) the thread. Selecting <em>Disabled</em> under <em>Comment settings</em> while editing a forum topic will hide all existing comments on the thread, and prevent new ones.') . '</dd>'; + $output .= '<dd>' . t('Selecting <em>Closed</em> under <em>Comment settings</em> while editing a forum topic will lock (prevent new comments on) the thread. Selecting <em>Hidden</em> under <em>Comment settings</em> while editing a forum topic will hide all existing comments on the thread, and prevent new ones.') . '</dd>'; $output .= '</dl>'; return $output; case 'admin/structure/forum': |