Merge pull request #9917 from ChromeOrange/master

Correct a to an
This commit is contained in:
Mike Jolley 2015-12-30 13:57:53 +00:00
commit ce43fb9920
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class WC_Settings_Payment_Gateways extends WC_Settings_Page {
'type' => 'checkbox',
'checkboxgroup' => '',
'show_if_checked' => 'option',
'desc_tip' => __( 'Force SSL (HTTPS) on the checkout pages (a SSL Certificate is required).', 'woocommerce' ),
'desc_tip' => __( 'Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required).', 'woocommerce' ),
),
array(