From 6f225aa710501de352f6361223c9c97db9b48142 Mon Sep 17 00:00:00 2001 From: FreshPhil Date: Mon, 19 Sep 2016 12:24:04 -0700 Subject: [PATCH] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes typos to correct “The” to “This” --- inc/config-settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config-settings.php b/inc/config-settings.php index eb3cd21..335abc4 100755 --- a/inc/config-settings.php +++ b/inc/config-settings.php @@ -401,7 +401,7 @@ function seed_csp4_get_options(){ "type" => "textarea", "id" => "html", "label" => __( "Custom HTML", 'coming-soon' ), - "desc" => __("The will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'), + "desc" => __("This will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'), "class" => "large-text" ); @@ -409,7 +409,7 @@ function seed_csp4_get_options(){ "type" => "textarea", "id" => "append_html", "label" => __( "Append HTML", 'coming-soon' ), - "desc" => __("The will append html to the bottom of the template using the current styles.", 'coming-soon'), + "desc" => __("This will append html to the bottom of the template using the current styles.", 'coming-soon'), "class" => "large-text" );