From 539ba0dc38d7a2494f71df221ee9ee9eae7cae69 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 29 Dec 2009 20:23:10 +0000 Subject: - Patch #670082 by yched, axyjo: hook_entity_info() cleanups. --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index c1c623b7f..4f78d271e 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -223,10 +223,10 @@ function node_entity_info() { if (module_exists('search')) { $return['node']['view modes'] += array( 'search_index' => array( - 'label' => t('Search Index'), + 'label' => t('Search index'), ), 'search_result' => array( - 'label' => t('Search Result'), + 'label' => t('Search result'), ), ); } -- cgit v1.2.3