diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-07 20:02:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-07 20:02:08 +0000 |
commit | a2f90c7d969dca8cdb1f3590565568e28f69edcf (patch) | |
tree | d8a5a12ca21160421d8cb042e55fc44261401e89 /modules/book/book.admin.inc | |
parent | 34789dce2a636a034996bb09ae0eba9becaa06a3 (diff) | |
download | brdo-a2f90c7d969dca8cdb1f3590565568e28f69edcf.tar.gz brdo-a2f90c7d969dca8cdb1f3590565568e28f69edcf.tar.bz2 |
- Patch #677526 by jhodgdon: help text fixes.
Diffstat (limited to 'modules/book/book.admin.inc')
-rw-r--r-- | modules/book/book.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.admin.inc b/modules/book/book.admin.inc index 52e67d36e..fe0a30d6d 100644 --- a/modules/book/book.admin.inc +++ b/modules/book/book.admin.inc @@ -36,7 +36,7 @@ function book_admin_settings() { '#title' => t('Content types allowed in book outlines'), '#default_value' => array('book'), '#options' => $types, - '#description' => t('Users with the %outline-perm permission can add all content types.', array('%add-perm' => t('add content to books'), '%outline-perm' => t('administer book outlines'))), + '#description' => t('Users with the %outline-perm permission can add all content types.', array('%outline-perm' => t('Administer book outlines'))), '#required' => TRUE, ); $form['book_child_type'] = array( |