From b43cea60070bf413fcc09a35d77e119487cfcbdb Mon Sep 17 00:00:00 2001 From: lorilee Date: Fri, 11 Jun 2010 01:16:22 -0400 Subject: [PATCH] Modified label text and formatting --- libraries/export/xml.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libraries/export/xml.php b/libraries/export/xml.php index d2031a22b..b6da9c4d8 100644 --- a/libraries/export/xml.php +++ b/libraries/export/xml.php @@ -26,19 +26,19 @@ if (isset($plugin_list)) { /* Export structure */ $plugin_list['xml']['options'][] = - array('type' => 'bgroup', 'name' => 'export_struc', 'text' => __('Export Structure Schemas (recommended)')); + array('type' => 'begin_subgroup', 'subgroup_header' => array('type' => 'message_only', 'name' => 'export_struc', 'text' => __('Structure schemas to export (all are recommended):'))); $plugin_list['xml']['options'][] = - array('type' => 'bool', 'name' => 'export_functions', 'text' => __('Export functions')); + array('type' => 'bool', 'name' => 'export_functions', 'text' => __('Functions')); $plugin_list['xml']['options'][] = - array('type' => 'bool', 'name' => 'export_procedures', 'text' => __('Export procedures')); + array('type' => 'bool', 'name' => 'export_procedures', 'text' => __('Procedures')); $plugin_list['xml']['options'][] = - array('type' => 'bool', 'name' => 'export_tables', 'text' => __('Export tables')); + array('type' => 'bool', 'name' => 'export_tables', 'text' => __('Tables')); $plugin_list['xml']['options'][] = - array('type' => 'bool', 'name' => 'export_triggers', 'text' => __('Export triggers')); + array('type' => 'bool', 'name' => 'export_triggers', 'text' => __('Triggers')); $plugin_list['xml']['options'][] = - array('type' => 'bool', 'name' => 'export_views', 'text' => __('Export views')); + array('type' => 'bool', 'name' => 'export_views', 'text' => __('Views')); $plugin_list['xml']['options'][] = - array('type' => 'egroup'); + array('type' => 'end_subgroup'); /* Data */ $plugin_list['xml']['options'][] =