summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-26 11:44:04 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-26 11:44:04 +0000
commita960d4d618dacb5954eebc48e41517d9eaf536af (patch)
tree364740dd59709031df097110d0f0aa193c9b8ca2 /modules/book
parentabd2477d7bdf01832eb199c06149c0136fff9cc3 (diff)
downloadbrdo-a960d4d618dacb5954eebc48e41517d9eaf536af.tar.gz
brdo-a960d4d618dacb5954eebc48e41517d9eaf536af.tar.bz2
#120960 by blakehall, JirkaRybka, catch: improve usability of content editing permission names
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.install b/modules/book/book.install
index 445a20a4a..e6f016bb8 100644
--- a/modules/book/book.install
+++ b/modules/book/book.install
@@ -83,7 +83,7 @@ function book_update_6000() {
$replace = array(
'outline posts in books' => 'administer book outlines',
'create book pages' => 'create book content',
- 'edit book pages' => 'edit book content',
+ 'edit book pages' => 'edit any book content',
'edit own book pages' => 'edit own book content',
'see printer-friendly version' => 'access printer-friendly version',
);