From 06100a3598d69492ea58cd65616e9cbc70c63b5d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 9 Oct 2016 17:17:44 +0300 Subject: [PATCH] Fixed punctuation --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 0f63d0678755..5444fb3956cf 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -840,7 +840,7 @@ $LANG = array( 'template_help_title' => 'Templates Help', 'template_help_1' => 'Available variables:', 'email_design_id' => 'Email Style', - 'email_design_help' => 'Make your emails look more professional with HTML layouts', + 'email_design_help' => 'Make your emails look more professional with HTML layouts.', 'plain' => 'Plain', 'light' => 'Light', 'dark' => 'Dark',