1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-22 19:07:27 +01:00

[ticket/10650] Inserted correct utf ELLIPSIS character

Inserted the correct utf-8 ellipsis to the language file.

PHPBB3-10650
This commit is contained in:
Rahul R 2012-04-09 02:51:18 +05:30
parent 303748b02d
commit db275d0a90

View File

@ -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.',