From d4f4e7625c03d61914b6d7c12d04caa62ed6eeb0 Mon Sep 17 00:00:00 2001 From: Andrew Benbow Date: Tue, 29 Dec 2015 20:35:13 +0000 Subject: [PATCH] Correct a to an SSL is pronounced "es es el" and so requires an not a, see Use 6 here http://www.englishpage.com/articles/a-vs-an.htm --- includes/admin/settings/class-wc-settings-checkout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/settings/class-wc-settings-checkout.php b/includes/admin/settings/class-wc-settings-checkout.php index aedf3cacc3a..c9ea9a4b019 100644 --- a/includes/admin/settings/class-wc-settings-checkout.php +++ b/includes/admin/settings/class-wc-settings-checkout.php @@ -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(