1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/10650] Added space after if and comment

Added space in proper places in database_update.php. Also
corrected language entry of ELLIPSIS to utf8

PHPBB3-10650
This commit is contained in:
Rahul R
2012-04-09 01:43:44 +05:30
parent 2dec700aab
commit 303748b02d
2 changed files with 4 additions and 4 deletions

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