diff --git a/e107_plugins/page/e_search.php b/e107_plugins/page/e_search.php index 4c8680c9a..e89d7bb79 100644 --- a/e107_plugins/page/e_search.php +++ b/e107_plugins/page/e_search.php @@ -85,7 +85,7 @@ class page_search extends e_search // include plugin-folder in the name. if(!empty($catList)) { $search['advanced'] = array( - 'cat' => array('type' => 'dropdown', 'text' => "Search in Book/Chapter", 'list'=>$catList), + 'cat' => array('type' => 'dropdown', 'text' => LAN_PLUGIN_PAGE_BOCHAP, 'list'=>$catList), // 'date'=> array('type' => 'date', 'text' => LAN_DATE_POSTED), // 'match'=> array('type' => 'dropdown', 'text' => LAN_SEARCH_52, 'list'=>$matchList) ); diff --git a/e107_plugins/page/languages/English/English_global.php b/e107_plugins/page/languages/English/English_global.php new file mode 100644 index 000000000..b34bd0480 --- /dev/null +++ b/e107_plugins/page/languages/English/English_global.php @@ -0,0 +1,3 @@ +