diff --git a/woo-additioanl-terms.php b/woo-additioanl-terms.php index a002d69..ab970db 100644 --- a/woo-additioanl-terms.php +++ b/woo-additioanl-terms.php @@ -251,10 +251,18 @@ public function checkbox_error() { public static function get_settings() { $settings = array( + 'upsell_title' => array( + 'name' => _x( 'Looking for help customizing this plugin?', 'upsell', 'woo-additional-terms' ), + 'type' => 'title', + 'desc' => sprintf( _x( '%sHire me →%s', 'upsell', 'woo-additional-terms' ), '', '' ) + ), + 'section_end_upsell' => array( + 'type' => 'sectionend' + ), 'section_title' => array( 'name' => _x( 'Terms and Conditions', 'settings section name', 'woo-additional-terms' ), 'type' => 'title', - 'desc' => 'This section controls the display of your additional terms and condition fieldset.', + 'desc' => _x( 'This section controls the display of your additional terms and condition fieldset.', 'settings section description', 'woo-additional-terms' ), 'id' => '_woo_additional_terms_section_title' ), 'page_id' => array( @@ -288,8 +296,7 @@ public static function get_settings() { 'autoload' => FALSE ), 'section_end' => array( - 'type' => 'sectionend', - 'id' => '_woo_additional_terms_section_end' + 'type' => 'sectionend' ) );