From db275d0a907f60fc437710b099b21061ef3b0daf Mon Sep 17 00:00:00 2001 From: Rahul R Date: Mon, 9 Apr 2012 02:51:18 +0530 Subject: [PATCH] [ticket/10650] Inserted correct utf ELLIPSIS character Inserted the correct utf-8 ellipsis to the language file. PHPBB3-10650 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index bf44ba0796..91c37e82bd 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -169,7 +169,7 @@ $lang = array_merge($lang, array( ), 'EDIT_POST' => 'Edit post', - 'ELLIPSIS' => ' ...', + 'ELLIPSIS' => '…', 'EMAIL' => 'E-mail', // Short form for EMAIL_ADDRESS 'EMAIL_ADDRESS' => 'E-mail address', 'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending e-mail at Line %1$s. Response: %2$s.',