__( 'Tools', 'woocommerce-jetpack' ),
'type' => 'title',
'id' => 'wcj_' . $this->id . '_tools_options',
),
array(
'title' => __( 'Module Tools', 'woocommerce-jetpack' ),
'desc_tip' => __( 'To use tools, module must be enabled.', 'woocommerce-jetpack' ),
'id' => 'wcj_' . $this->id . '_module_tools',
'type' => 'custom_link',
'link' => ( $this->is_enabled() ) ?
'' . '' .
__( 'Regenerate wpml-config.xml file', 'woocommerce-jetpack' ) . '' . '' .
'
' . $this->notice . '' : '
' . __( 'Regenerate wpml-config.xml file', 'woocommerce-jetpack' ) . '',
),
array(
'type' => 'sectionend',
'id' => 'wcj_' . $this->id . '_tools_options',
),
);
$this->notice = '';
return $settings;