mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
303748b02d
commit
db275d0a90
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ $lang = array_merge($lang, array(
|
||||||
),
|
),
|
||||||
|
|
||||||
'EDIT_POST' => 'Edit post',
|
'EDIT_POST' => 'Edit post',
|
||||||
'ELLIPSIS' => ' ...',
|
'ELLIPSIS' => '…',
|
||||||
'EMAIL' => 'E-mail', // Short form for EMAIL_ADDRESS
|
'EMAIL' => 'E-mail', // Short form for EMAIL_ADDRESS
|
||||||
'EMAIL_ADDRESS' => 'E-mail 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.',
|
'EMAIL_SMTP_ERROR_RESPONSE' => 'Ran into problems sending e-mail at <strong>Line %1$s</strong>. Response: %2$s.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue