diff options
Diffstat (limited to 'modules/book/book.module')
-rw-r--r-- | modules/book/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.module b/modules/book/book.module index aa17af0d5..654269765 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -92,7 +92,7 @@ function book_menu($may_cache) { $items[] = array( 'path' => 'admin/content/book', 'title' => t('Books'), - 'description' => t('Manage site\'s books and orphaned book pages.'), + 'description' => t("Manage site's books and orphaned book pages."), 'callback' => 'book_admin', 'access' => user_access('administer nodes')); $items[] = array( |