diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-24 10:18:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-24 10:18:24 +0000 |
commit | 827f064debf8e04ebe6183dc4cd96e0cd022300d (patch) | |
tree | 2feec3257b82924471417f51841f659117002515 /modules/book/book.module | |
parent | f191e197eedbaa23a8c68f2fad88196473edb4b4 (diff) | |
download | brdo-827f064debf8e04ebe6183dc4cd96e0cd022300d.tar.gz brdo-827f064debf8e04ebe6183dc4cd96e0cd022300d.tar.bz2 |
- Patch # #98366 by webchick and ac: simplified strings for translators.
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( |