diff options
author | Rahul R <rahulr92@gmail.com> | 2012-04-09 02:51:18 +0530 |
---|---|---|
committer | Rahul R <rahulr92@gmail.com> | 2012-04-09 02:51:18 +0530 |
commit | db275d0a907f60fc437710b099b21061ef3b0daf (patch) | |
tree | 8d0d11d551af92d11f1375df9f344fca95d24ee6 | |
parent | 303748b02db2aa76391f60770c292edf45cee360 (diff) | |
download | forums-db275d0a907f60fc437710b099b21061ef3b0daf.tar forums-db275d0a907f60fc437710b099b21061ef3b0daf.tar.gz forums-db275d0a907f60fc437710b099b21061ef3b0daf.tar.bz2 forums-db275d0a907f60fc437710b099b21061ef3b0daf.tar.xz forums-db275d0a907f60fc437710b099b21061ef3b0daf.zip |
[ticket/10650] Inserted correct utf ELLIPSIS character
Inserted the correct utf-8 ellipsis to the language file.
PHPBB3-10650
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <strong>Line %1$s</strong>. Response: %2$s.', |