From 781880deaa20f3e84ca6c78d963984c5b2573583 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Thu, 4 May 2006 09:11:43 +0000 Subject: #61696 by Zen, book module: Missing t() --- modules/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index 1692da7d5..f20ddd6f3 100644 --- a/modules/book.module +++ b/modules/book.module @@ -676,7 +676,7 @@ function book_export($type = 'html', $nid = 0) { print call_user_func($export_function, $nid, $depth); } else { - drupal_set_message('Unknown export format'); + drupal_set_message(t('Unknown export format.')); drupal_not_found(); } } -- cgit v1.2.3