diff --git a/e107_handlers/admin_ui.php b/e107_handlers/admin_ui.php index cff8eb873..50dd26d25 100644 --- a/e107_handlers/admin_ui.php +++ b/e107_handlers/admin_ui.php @@ -5431,7 +5431,7 @@ class e_admin_form_ui extends e_form ".($allow_copy ? $this->option(LAN_COPY, 'copy', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')." ".($allow_delete ? $this->option(LAN_DELETE, 'delete', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')." ".($allow_url ? $this->option(LAN_UI_BATCH_CREATELINK, 'url', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')." - ".($allow_featurebox ? $this->option(LAN_UI_BATCH_CREATEFEATUREBOX, 'featurebox', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')." + ".($allow_featurebox ? $this->option(LAN_PLUGIN_FEATUREBOX_BATCH, 'featurebox', false, array('class' => 'ui-batch-option class', 'other' => 'style="padding-left: 15px"')) : '')." ".$this->renderBatchFilter('batch')." ".$this->select_close()." diff --git a/e107_plugins/featurebox/languages/English_global.php b/e107_plugins/featurebox/languages/English_global.php index fa621391a..169f655cc 100644 --- a/e107_plugins/featurebox/languages/English_global.php +++ b/e107_plugins/featurebox/languages/English_global.php @@ -6,11 +6,15 @@ * Featurebox global language defines */ -define("LAN_PLUGIN_FEATUREBOX_NAME", "Feature Box"); +define("LAN_PLUGIN_FEATUREBOX_NAME", "Feature Box"); define("LAN_PLUGIN_FEATUREBOX_DESCRIPTION", "Displays an animated area on the top of your page with news-items and other content you would like to feature."); +define("LAN_PLUGIN_FEATUREBOX_BATCH", "Create Featurebox Item"); + // Install/uninstall messages -define('FBLAN_INSTALL_01', 'Adding Default category table data.'); -define('FBLAN_INSTALL_02', 'Adding Default table data.'); +define('FBLAN_INSTALL_01', 'Adding Default category table data.'); //XXX Use Generic +define('FBLAN_INSTALL_02', 'Adding Default table data.'); //XXX Use Generic + + ?> \ No newline at end of file